photo

Ngonidzashe Nedziwe


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 2
  • First Answer

배지 보기

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

7년 초과 전 | 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,[]);

7년 초과 전 | 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...

7년 초과 전 | 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

7년 초과 전 | 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년 초과 전 | 답변 수: 0 | 0

0

답변