simulink
Varying parameters During a simulation in Simulink
I want to change the parameters of a block when the model is running and simultaneously see the ch开发者_运维技巧anges in the output.[详细]
2023-03-21 19:55 分类:问答Is it possible to call specific functions before a Simulink simulation begins?
More specifically, I would like to automatically clear the workspace and all functions before a Simulink simulation starts. Is this possible? Are there hooks where I can define functions to be called[详细]
2023-03-21 16:34 分类:问答Error during Netlist Generation in Simulink
I was trying to generate a netlist from a simple Model in simulink. I can run the simulation开发者_运维百科 (usingsysgen).[详细]
2023-03-16 15:32 分类:问答Variable storage in simulink
I am working on a simulink model, in which i am getting a supply of a a variable at certain time intervals and i need to use the recent 10 values of that variable only.[详细]
2023-03-15 01:58 分类:问答Generating C code from a Matlab-Simulink model for DSP C6748
I\'m trying to generate C code from a Matlab-Simulink simple model (eg.: sine wave generator with a DAC at the output). This code must be executed with Code Composer Studio[详细]
2023-03-14 08:07 分类:问答Problem with Parallel-to-Serial block in Simulink
I am trying to convert the input word coming out of the DQPSK Demodulator (Type : UFix2_0) to a serial stream.[详细]
2023-03-14 00:54 分类:问答Runtime drawing subsystem icon based on output results
Does someone know a way how to update/draw subsystem\'s input or output results in runtime? In this sense, one could do a Scope block, which updates itself during the simulation, so one could see the[详细]
2023-03-12 02:02 分类:问答good/flexible software for visualizing a dynamic network simulation
I would like to make a simulation of a constrained system indexed by time. This involves a network of agents/nodes that interact based on some logic/relationships. I would like to place the nodes on a[详细]
2023-03-11 23:16 分类:问答Command to show open a Simulink model and focus on a specific block
I\'ve got a long list of comments in a separate document that开发者_如何学运维 refer the named subsystem blocks within a Simulink model. I\'m going to process the document with a script that will gene[详细]
2023-03-10 23:07 分类:问答How to make printf work when it is in a separate c file that is called from an s-function?
I have an s-function in file mySFun.c that calls a function foo() which is implemeted in 开发者_JS百科a separate file myFoo.c. When I write printf statements inside the mdlOutput function in mySFun.c,[详细]
2023-03-08 08:33 分类:问答