Arif Istiak Abeg
Rajshahi University of Engineering and Technology
Followers: 0 Following: 0
Statistics
All
RANK
22,149
of 300,799
REPUTATION
2
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
17,512 of 21,092
REPUTATION
4
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
34
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How can I plot phasor diagrams using MATLAB?
You can use compass command compass(U,V) compass(Z) compass(___,LineSpec) compass(ax,___) c = compass(___) Arrows emanatin...
How can I plot phasor diagrams using MATLAB?
You can use compass command compass(U,V) compass(Z) compass(___,LineSpec) compass(ax,___) c = compass(___) Arrows emanatin...
3 years ago | 1
Question
Having problem in using or statement in switch case
Problem: "Return the number of days in a given month in 2017. If the input is not a valid month number, return -1. You cannot u...
5 years ago | 1 answer | 0
1
answerAnswered
Sorting an array in matlab
Hope it will work : A= [12,8,15,6,26]; z=numel(A); for c=1:z for k=c+1:z if A(c)<A(k) x=A(c ); A( c) =A(k); A(k)=x; e...
Sorting an array in matlab
Hope it will work : A= [12,8,15,6,26]; z=numel(A); for c=1:z for k=c+1:z if A(c)<A(k) x=A(c ); A( c) =A(k); A(k)=x; e...
5 years ago | 0
Answered
I have a code but can't execute it. The code starts like this
this is function generator. You have to new script and then paste it there then save it now you can use "GPcore()" as a custo...
I have a code but can't execute it. The code starts like this
this is function generator. You have to new script and then paste it there then save it now you can use "GPcore()" as a custo...
5 years ago | 0
Answered
Sorting an array in matlab
Use the following code : A=[12,8,15,6,26]; Ans = sort(A)
Sorting an array in matlab
Use the following code : A=[12,8,15,6,26]; Ans = sort(A)
5 years ago | 0







