Home > matlab > models > example_2 > embedding_example_2.m

embedding_example_2

PURPOSE ^

small example 2 (two kinetic models)

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 small example 2 (two kinetic models)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % small example 2 (two kinetic models)
0002 
0003 clear
0004 
0005 position_file = [me_BASEDIR '/../resources/models/example_2/example_2_Position.tsv'];
0006 
0007 [model_name, kinetic_models,network,network_CoHid,me_options] = embedding_example_2_make_model(position_file);
0008 
0009 model_embedding_workflow;

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