Home > matlab > models > example_1 > embedding_example_1.m

embedding_example_1

PURPOSE ^

small example 1 (one kinetic model, kinetics type 'numeric')

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 small example 1 (one kinetic model, kinetics type 'numeric')

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % small example 1 (one kinetic model, kinetics type 'numeric')
0002 
0003 clear
0004 
0005 position_file = [me_BASEDIR '/../resources/models/example_1/example_1_Position.tsv'];
0006 
0007 [model_name, kinetic_models, network, network_CoHid, me_options] = embedding_example_1_make_model(position_file);
0008 
0009 model_embedding_workflow;

Generated on Fri 12-Feb-2016 20:05:51 by m2html © 2003