simulink
How can I catch all warnings during a Simulink simulation?
I want to catch all warnings issued during the simulation of a Matlab/Simulink model. The result of simulation should be an array of warnings, as there might be more than one warning.[详细]
2023-04-13 06:23 分类:问答building execute m-file + simulink model (I have a program with one error!)
I have been written a program with MATLAB: clear all; clc loaddata.dat a=data+2; b=fun(a); sim(‘new_equ2’)[详细]
2023-04-10 18:41 分类:问答Simulink example ideas
I am putting together a workshop on Simulink. I expect that most of the attendees will be sophomore undergrads or older. I expect that most of the attendees will be in a bachelor\'s program for electr[详细]
2023-04-09 14:01 分类:问答Is sparse matrix-vector multiplication available in Simulink/xPC?
I am trying to make my control algorithm more efficient since my matrices are sparse.Currently, I am doing conventional matrix-vector multiplications in Simulink/xPC for a real-time application.I can[详细]
2023-04-09 03:25 分类:问答How to access an array of structs in simulink?
I have the problem, that I have to access a funktion form a dll in matlab/Simulink in the rtw. This should work with a s function, but I have the needed parameters in a array of structures organized.[详细]
2023-04-08 03:25 分类:问答Unit testing/continuous integration with Simulink/Stateflow
How can I perform unit testing开发者_开发技巧 in Simulink, or preferably, Stateflow? I\'m a fan of agile software methods, including test driven development. I\'m responsible for the development of s[详细]
2023-04-03 10:57 分类:问答Disable/Comment a block in Simulink
Is it possible to comment out theblock in Simulink like it is possible in any programming languages ? I mean, using logic, I can disable the block. but its no开发者_JAVA技巧t the best solution all the[详细]
2023-04-03 06:19 分类:问答How can a Simulink model discover it's own filename and path?
I would like to display some information about a Simulink model, without first knowing the filename. The information will be displayed in the model itself.[详细]
2023-04-01 04:12 分类:问答Difference between a Simulink library and a model reference
What are (If there are) the differen开发者_如何学JAVAces between a Simulink library and a model reference. There\'s advantadges in using either of them in different situations?The main purpose of libr[详细]
2023-03-29 00:27 分类:问答Will this technique reduce the MATLAB realtime workshop coder compilation time?
My workplace use MATLAB and sub-products Simulink, Realtime workshop (RTW), RTW Embedded Coder. We have a large simulink model that is compiled to C then to an object file for loading onto the embedde[详细]
2023-03-27 06:51 分类:问答