Functions | |
| function | mbs_load (in myproject_name, in mode, in filepath) |
| load a MBSystem in Matlab from a .mbs xml file description. More... | |
Variables | |
| MBS_info | |
| function mbs_load | ( | in | myproject_name, |
| in | mode, | ||
| in | filepath | ||
| ) |
load a MBSystem in Matlab from a .mbs xml file description.
| myproject_name | Name of the project |
| mode | Second argument : mode of the search ('default' : search in dataR, 'define' : search in filepath) |
| filepath | Third argument : path of the .mbs xml file |
| myproject_data | MBS_data struct of the project |
| myproject_info | MBS_info struct of the project |
See also xml2mbs
1.8.17