Assigning computation values to variables without making it an array
Mostra commenti meno recenti
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
Risposte (1)
Kevin Rawson
il 12 Apr 2019
1 voto
I suggest you check what terms are enclosed in your parentheses very closely.
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!