photo

Vedang Mhaske


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to plot all points
clc; pstep=20; freq = 20:150; maxfreq = 150; tend = maxfreq - freq; % 130,129,128...0 itime = 0; for i=1:length(freq) ...

etwa 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how to inser loop in equations
clc; pstep = 20; freq = (1:5); itime = freq; for i=1:5 itime(i) = itime(i-1) +(1./ pstep.*freq(i)) end I wanted...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can i use one equation output values in another equation input
pstep = 20; freq = [2 3 4 5 6 7]; itime = (1./(freq.*pstep)); X = (pi.*freq.*itime); accl = (1000.*sin(X)); plot (itime,'-...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort