simulink
Can't output multidimensional matrix in Matlab function in Simulink
For example I have function that creates matrix 2x2 : [1 2; 3 4] I have开发者_如何转开发 such simple function:[详细]
2023-02-23 05:32 分类:问答Shift Register with Simulink
I am trying to implement a model to calculate the CRC of the Received Bit Vector. Please suggest me the tech开发者_如何学Gonique how can we implement a shift Register with some initial content.[详细]
2023-02-22 05:43 分类:问答Add ports to existing Simulink S-Function
Is it possible to add a port to an already existing Simulink function? It has already been created with no 开发者_如何学Cin/out ports, and I can\'t find anything in the GUI or documentation about addi[详细]
2023-02-21 10:12 分类:问答Create Library in Simulink
How do we create a library in Simulink ? I created a library for my project. But I am not sure how to use the blocks defined in the li开发者_如何学运维brary in my project ?[详细]
2023-02-17 20:20 分类:问答How do I provide input to a Simulink model without placing it in the workspace
I have a Simulink model that is currently being run from a script (i.e. not a function). The script writes variable values to the MATLAB workspace, runs the model simulation (which uses these values),[详细]
2023-02-16 14:03 分类:问答Integer to Binary Conversion in Simulink
I know its a very basic question. But still, I am struggling to convert Binary to Integer and vice-versa in Simulink.[详细]
2023-02-15 23:28 分类:问答Simulink and MATLAB - When to use a workspace variable vs inport/outport
I\'m new to using Simulink, and have been creating some models/libraries that have roughly five inputs and five outputs. As far as I can tell, I can read a variable from t开发者_开发技巧he workspace a[详细]
2023-02-15 16:49 分类:问答Generate a WLAN signal in Matlab
I am looking for some tool, through which I could generate / simulate the WLAN ( IEEE 802.11 b PHY layer ) signal.[详细]
2023-02-09 04:20 分类:问答System call from Simulink possible?
Is it possible to do a system call from Simulink? I haven\'t found it in documentation开发者_高级运维, but maybe there is a workaround. Or, it can be as easy as an function call. You should be able to[详细]
2023-02-08 07:24 分类:问答is there a way in Simulink to use the same set of blocks on multiple signals (without copying those blocks)?
I am implementing some head tracking and I get 2 matrices of horizontal velocities. (A vector field decomposed into vertical and horizontal velocities). For each of these matrices I do some math to ca[详细]
2023-02-07 22:34 分类:问答