Ngonidzashe Nedziwe
Followers: 0 Following: 0
Statistics
RANK
3 784
of 295 527
REPUTATION
14
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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
mer än 7 år ago | 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,[]);
mer än 7 år ago | 0
| accepted
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...
mer än 7 år ago | 0
| accepted
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
mer än 7 år ago | 1
| accepted
Question
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 ...
mer än 7 år ago | 0 answers | 0