Ngonidzashe Nedziwe
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Why I can't see Simscape in Library Browser
simscape is part of the full version not the student version, please check the version licence libraries
Why I can't see Simscape in Library Browser
simscape is part of the full version not the student version, please check the version licence libraries
7 years 前 | 0
已回答
If I have single column vector from 1 to 54 values as given below and I want to divide this column vector into 6 column vector and store it into a matrix how could I do this?? please try to help me out..
for multicolumn array splitting u can use the reshape command in matlab. xi=[1;2;3;4;...;54]; n=6; split=reshape(xi,n,[]);
If I have single column vector from 1 to 54 values as given below and I want to divide this column vector into 6 column vector and store it into a matrix how could I do this?? please try to help me out..
for multicolumn array splitting u can use the reshape command in matlab. xi=[1;2;3;4;...;54]; n=6; split=reshape(xi,n,[]);
7 years 前 | 0
| 已接受
已回答
What does the higlighted symbol indicate ?
those a signal logging probes. You can use them to log the signal passing through that section on to the workspace. you can remo...
What does the higlighted symbol indicate ?
those a signal logging probes. You can use them to log the signal passing through that section on to the workspace. you can remo...
7 years 前 | 0
| 已接受
已回答
how to plot graph using left and right x-axis....
please make reference of this link https://www.mathworks.com/help/matlab/ref/plotyy.html
how to plot graph using left and right x-axis....
please make reference of this link https://www.mathworks.com/help/matlab/ref/plotyy.html
7 years 前 | 1
| 已接受
提问
im trying to get a signal from a 3 phase voltage measure component from simscape library and want to use the signal with a 2FSK baseband demodulation block?
Hi im currently trying to use a 3 phase voltage measure block from the simscape power library to get a signal which i then want ...
7 years 前 | 0 个回答 | 0