a small problem with linspace
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sofiane benhamza
il 25 Set 2020
Commentato: sofiane benhamza
il 25 Set 2020
a =
11981420 % length of an audio which i need
>> g=linspace(1,200,5); % what we all know about linspace command
>> length(g)==5
ans =
1
>> s=linspace(1,0,a/40); % s should have a/40 element
>> length(s)==a/40
ans =
0 % but , why false??! ,
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!