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...
9년 초과 전 | 답변 수: 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...
9년 초과 전 | 답변 수: 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...
9년 초과 전 | 답변 수: 1 | 0