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
