Akash h.r


Attivo dal 2016

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Risposto
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)

oltre 8 anni fa | 1