Can anyone interpret this short code for me?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Shane
am 26 Jun. 2014
Beantwortet: Ajay Pherwani
am 26 Jun. 2014
What does this mean?
% Periods to test T_test = 1./(1/T_max:eps/t_span:1/T_min);
0 Kommentare
Akzeptierte Antwort
Ajay Pherwani
am 26 Jun. 2014
I guess
T_test should get values from T_min to T_max with the interval of ( or step value of ) eps/t_span
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!