simulink
Dealing with Simulink libraries
I have a - maybe very simpl开发者_StackOverflow中文版e - problem: I created my own library and dragged my custom blocks into a new model.[详细]
2023-02-07 11:12 分类:问答Simulink: Bit extraction from 1-Byte Hex
I\'m relatively new to Simulink and I am looking for a possibility to extract 1-3 specific bits from one byte.[详细]
2023-02-06 20:04 分类:问答legacy code matlab/simulink
What is the meaning of legacy-code in Matlab/Simulink? In the context开发者_开发技巧 of using s-function, c code?By \"legacy code\", they mean code written before the Simulink model for another purpos[详细]
2023-02-04 07:23 分类:问答Find unused variables and functions in a MATLAB-Simulink project
I have a complex MATLAB-Simulink project involving many m-files and mdl-files. Some m-files define variables that are used in other m-files (bad design, I know, but it is legacy code). There are also[详细]
2023-02-04 04:18 分类:问答what can I do with generate S-function
Is there someone who generate s-function from simulink subsyste开发者_StackOverflowm by right click->generate s-function ?[详细]
2023-02-04 01:02 分类:问答Workaround For No Dynamic Memory Support In Embedded MATLAB Function Blocks
Background: I have inherited a Discrete-Event Simulation MATLAB model and wish to automate and speed it\'s execution. Rather than calling sim(modelName) and having MATLAB run interpreted code, I woul[详细]
2023-01-30 04:31 分类:问答Recompile Arduino Target for Simulink for Windows 64 bit
I want to use Arduino Target for Simulink. It is made only for 32bit versions of Win开发者_高级运维dows, but I read that you can recompile it and use it in 64-bit Windows.[详细]
2023-01-30 00:27 分类:问答How to save scope to an image file without using plot?
This condition is very important, because plot stretches my graph in an unacceptable mann开发者_如何转开发er.If the comment by MikeT is correct, and you are trying to save the image shown in a Scope b[详细]
2023-01-29 08:14 分类:问答How can the output of a Simulink block be fed back as an input?
I have 2 embedded Matlab functions which I am using to create a Simulink model. Both functions use the output of the second function as their input. I am getting an error at the moment indicating that[详细]
2023-01-28 18:48 分类:问答Simulink S-Function with C++ code compiles but gives an error at generation/set-up
I have a C++ routine that I would like to pack in a Simulink S-Function. This C++ routines calls other routines that are in several other C++ files.[详细]
2023-01-27 06:02 分类:问答