Assigning computation values to variables without making it an array
Ältere Kommentare anzeigen
Hi. When I use the following code it creates a array instead of just store a single value.
fa1=(1/T)*trapz(t1,f1);
How do I sotre just the value, since when I try rping the answer it prints an entire matrix
Antworten (1)
Kevin Rawson
am 12 Apr. 2019
1 Stimme
I suggest you check what terms are enclosed in your parentheses very closely.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!