Feeds
回答済み
troubles loading Simulink operating point
Hi Brian, did you solve your problem? I got the same error message. cheers Florian
troubles loading Simulink operating point
Hi Brian, did you solve your problem? I got the same error message. cheers Florian
約5年 前 | 0
| 採用済み
回答済み
To change Current Folder to the folder of .m File
mfile_name = mfilename('fullpath'); [pathstr,name,ext] = fileparts(mfile_name); cd(pathstr);
To change Current Folder to the folder of .m File
mfile_name = mfilename('fullpath'); [pathstr,name,ext] = fileparts(mfile_name); cd(pathstr);
6年以上 前 | 2
質問
Swarms / Many-on-Many in Simulink
Hi everybody, we want to simulate swarms in Simulink. A swarm comprises of N multiple objects. Each object represents a physi...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Are Matlab/Simulink Solver validated?
Hi, if you build a simulation in C/C++ or any other language it is necessary to verify and validate the solvers. Regarding ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Applying Model/Trim Command to a Simulink Model with Bus Objects at Inports/Outports
Hello, I have a simple Simulink Model called "mdl_w_bus_obj.slx" containing an inport, an Integrator, and an outport. Inport ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Bus Objects using multiple Data Dictionaries in Large Models
Hi, I have a large model containing several model references. I am using Data Dictionaries. I want to seperate bus objects fr...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Simulink-Blocks vs Matlab Functions
Hi, I am working under Matlab/Simulink 2014b. I am building a large simulation model in Simulink. A colleague of mine suggest...
10年弱 前 | 1 件の回答 | 1
1
回答質問
Data Dictionary and Model Parametrization
I am working on a large simulation model under Matlab/Simulink. I am investigating the ability to do the Simulink model parametr...
10年弱 前 | 3 件の回答 | 1
3
回答質問
Data Dictionary and Model Reference hierarchy
Hi, I am currently working with data dictionaries but there is strange to me. Is it mandatory that every parent model need...
10年弱 前 | 1 件の回答 | 0