Feeds
답변 있음
Simulink real-time compatible cards
Off-The-Shelf compatibility can be found here: <https://www.mathworks.com/programs/products/simulink-real-time/supported/hardwar...
Simulink real-time compatible cards
Off-The-Shelf compatibility can be found here: <https://www.mathworks.com/programs/products/simulink-real-time/supported/hardwar...
7년 초과 전 | 0
답변 있음
How to load matlab code to simulink
You can use the "From File" block in the Simulink/Sources Group. Note, this will incrementally read from the MAT file. This also...
How to load matlab code to simulink
You can use the "From File" block in the Simulink/Sources Group. Note, this will incrementally read from the MAT file. This also...
7년 초과 전 | 0
답변 있음
Enabling a subsystem in a multi rate Simulink model at specific time or with a delay
To me, it sounds like you are trying to use the enabled sub-systems and pulse generators as a "scheduler" of sorts. I am not su...
Enabling a subsystem in a multi rate Simulink model at specific time or with a delay
To me, it sounds like you are trying to use the enabled sub-systems and pulse generators as a "scheduler" of sorts. I am not su...
7년 초과 전 | 0
답변 있음
Why function gradmag isn´t working for me?
|gradmag| is not standard MATLAB function. If downloaded it from the file exchange or GITHUB, make sure the folder in which it ...
Why function gradmag isn´t working for me?
|gradmag| is not standard MATLAB function. If downloaded it from the file exchange or GITHUB, make sure the folder in which it ...
7년 초과 전 | 0
답변 있음
Encoder position derivative Simulink
As for saving the data, I would suggest using a "To File" block (under the "Sinks" folder). In the image below, I used a vector ...
Encoder position derivative Simulink
As for saving the data, I would suggest using a "To File" block (under the "Sinks" folder). In the image below, I used a vector ...
7년 초과 전 | 0
답변 있음
Matlab function input define
In my opinion, I would look at passing function handles into your function for |X|, |Y|, or |Z|. The workflow would look someth...
Matlab function input define
In my opinion, I would look at passing function handles into your function for |X|, |Y|, or |Z|. The workflow would look someth...
7년 초과 전 | 0
답변 있음
Anyone know where this simulink block comes from? Not in my library
The block you have there is a "To Workspace" block which was renamed "Input Voltage". It is located in the "Simulink\Sinks" fold...
Anyone know where this simulink block comes from? Not in my library
The block you have there is a "To Workspace" block which was renamed "Input Voltage". It is located in the "Simulink\Sinks" fold...
7년 초과 전 | 0
답변 있음
Time to frequency domain
Hi, For converting the data to the frequency domain, I would suggest using the |fft()| function. The examples from the MATLAB...
Time to frequency domain
Hi, For converting the data to the frequency domain, I would suggest using the |fft()| function. The examples from the MATLAB...
7년 초과 전 | 0
답변 있음
How do I set a flag on Simulink?
You can use a relay block in the Discontinuities folder. You input your signal, |f|, into the block and set the |Switch On Point...
How do I set a flag on Simulink?
You can use a relay block in the Discontinuities folder. You input your signal, |f|, into the block and set the |Switch On Point...
거의 8년 전 | 1
| 수락됨
답변 있음
How do I create a function and run it.
Every function in MATLAB uses the following structure: function [ouput_vars] = foo(input,vars) % % Code goes here.... ...
How do I create a function and run it.
Every function in MATLAB uses the following structure: function [ouput_vars] = foo(input,vars) % % Code goes here.... ...
거의 8년 전 | 3
| 수락됨
답변 있음
plotting needs to configure 'linewidth' greater than default 0.5, otherwise no display of figure
You can create a startup script which runs everytime you start MATLAB automatically. To do so, place a script named |startup.m| ...
plotting needs to configure 'linewidth' greater than default 0.5, otherwise no display of figure
You can create a startup script which runs everytime you start MATLAB automatically. To do so, place a script named |startup.m| ...
거의 8년 전 | 0
| 수락됨
답변 있음
Can I open a file with different versions of Matlab?
In short, Yes, but to varying levels of difficulty. M-Files are version agnostic, though some commands may be deprecated in t...
Can I open a file with different versions of Matlab?
In short, Yes, but to varying levels of difficulty. M-Files are version agnostic, though some commands may be deprecated in t...
거의 8년 전 | 0
| 수락됨
답변 있음
How to save images EXACTLY as it would be saved manually by pushing the "save" button?
Not sure if you have tried the |print( )| command, however, I find it useful. If you are unfamiliar with the command, there is a...
How to save images EXACTLY as it would be saved manually by pushing the "save" button?
Not sure if you have tried the |print( )| command, however, I find it useful. If you are unfamiliar with the command, there is a...
거의 8년 전 | 0
답변 있음
IMPULSE AND STEP RESPONSE
Hi, Quite simply, you can use the |step()| and |impulse()| commands given a continuous-time system. The inputs to these comma...
IMPULSE AND STEP RESPONSE
Hi, Quite simply, you can use the |step()| and |impulse()| commands given a continuous-time system. The inputs to these comma...
거의 8년 전 | 0
| 수락됨
질문
Generating executable from Simulink model with custom output name
All, When generating a Linux executable from a Simulink diagram (via a custom function that sets the appropriate parameters f...
8년 초과 전 | 답변 수: 1 | 0