Feeds
已回答
Encode a digitized signal using a specific relation
Hello Paolo, I think the easiest way to implement this encoding would be by first reading the contents of the .txt in the MA...
Encode a digitized signal using a specific relation
Hello Paolo, I think the easiest way to implement this encoding would be by first reading the contents of the .txt in the MA...
7 years 前 | 0
已回答
Is there a conductor block defined into simpowersytems?
Hello, There is no direct block to implement a conductor/cable. However you can model the cable characteristics and do the ...
Is there a conductor block defined into simpowersytems?
Hello, There is no direct block to implement a conductor/cable. However you can model the cable characteristics and do the ...
7 years 前 | 0
| 已接受
已回答
MinGW overrides other toolchains defined in System target file with Embedded Coder
Please refer to the following documentation links - <https://www.mathworks.com/help/releases/R2017a/rtw/ug/program-builds.html...
MinGW overrides other toolchains defined in System target file with Embedded Coder
Please refer to the following documentation links - <https://www.mathworks.com/help/releases/R2017a/rtw/ug/program-builds.html...
7 years 前 | 0
已回答
RMS of continous signal
The moving RMS can be taken using the Moving RMS block. The Solver setting for the model has to be set as 'Fixed-step' with Fi...
RMS of continous signal
The moving RMS can be taken using the Moving RMS block. The Solver setting for the model has to be set as 'Fixed-step' with Fi...
7 years 前 | 0
已回答
Find multiple objects and their dimensions in image
You can try using 'regionprops' function. Please refer to the following documentation for a relevant example and detailed docum...
Find multiple objects and their dimensions in image
You can try using 'regionprops' function. Please refer to the following documentation for a relevant example and detailed docum...
7 years 前 | 0
| 已接受
已回答
Excel data import in simulink
Please refer to the 'Range' section in the following documentation link for 'From SpreadSheet' block. If you have blank cells i...
Excel data import in simulink
Please refer to the 'Range' section in the following documentation link for 'From SpreadSheet' block. If you have blank cells i...
7 years 前 | 1
已回答
How to simulate the matrix in Simulink
I am not sure of what do you mean by simulating a matrix in Simulink. If you just want to multiply the matrix with a vector hav...
How to simulate the matrix in Simulink
I am not sure of what do you mean by simulating a matrix in Simulink. If you just want to multiply the matrix with a vector hav...
7 years 前 | 0
已回答
Simulink: Introduce delay with UDP Send/Receive
It is not possible to simulate the network delay after sending as the data has already been sent out of the host. However, we c...
Simulink: Introduce delay with UDP Send/Receive
It is not possible to simulate the network delay after sending as the data has already been sent out of the host. However, we c...
7 years 前 | 3
| 已接受
已回答
how do I get the Xilinx Blockset Libraries to appear in Simulink?
Apparently, Xilinx ISE Design Suite 14.7 is not supported for MATLAB R2016b. The details on supported versions are provided in ...
how do I get the Xilinx Blockset Libraries to appear in Simulink?
Apparently, Xilinx ISE Design Suite 14.7 is not supported for MATLAB R2016b. The details on supported versions are provided in ...
7 years 前 | 0
已回答
Cross-Correlation WITHOUT a buffer/tapped-delay
The signals in Simulink are samples generated in the simulation time. Cross-correlation is a block operation implemented in the...
Cross-Correlation WITHOUT a buffer/tapped-delay
The signals in Simulink are samples generated in the simulation time. Cross-correlation is a block operation implemented in the...
7 years 前 | 0
已回答
Supervisory Control with Stateflow
Unfortunately, the exact same model may not be available. However, very similar examples in which you can play around to simula...
Supervisory Control with Stateflow
Unfortunately, the exact same model may not be available. However, very similar examples in which you can play around to simula...
7 years 前 | 1
| 已接受
已回答
Simulink, how to do conditional execution inside stateflow
From my understanding of the question, it seems that you wish to execute some specific conditional code inside a state chart. F...
Simulink, how to do conditional execution inside stateflow
From my understanding of the question, it seems that you wish to execute some specific conditional code inside a state chart. F...
7 years 前 | 0
已回答
Simulink Cross Correlator dimension mismatch?
The Cross-Correlator block input signals cannot be vectors as it already has a buffer operation (converting samples into vectors...
Simulink Cross Correlator dimension mismatch?
The Cross-Correlator block input signals cannot be vectors as it already has a buffer operation (converting samples into vectors...
7 years 前 | 1