Feeds
質問
using matlab simulink finding severity and impact of faults on current harmonics in inverter fed ac drive
can i get the simulink model for the attached file. it is finding total harmonic distortion of vsi fed ac drive for different t...
9年弱 前 | 0 件の回答 | 0
0
回答回答済み
How do I create a square matrix based on user input?
m=input('row') n=input('column') for i=1:m for j=1:n a(i,j)=input('elements-') end end a=reshape(a,m,n)
How do I create a square matrix based on user input?
m=input('row') n=input('column') for i=1:m for j=1:n a(i,j)=input('elements-') end end a=reshape(a,m,n)
9年以上 前 | 1
