Assigning computation values to variables without making it an array
Mostrar comentarios más antiguos
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
2 comentarios
madhan ravi
el 12 de Abr. de 2019
Provide the missing values
Alex Vasin
el 12 de Abr. de 2019
Respuestas (1)
Kevin Rawson
el 12 de Abr. de 2019
1 voto
I suggest you check what terms are enclosed in your parentheses very closely.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!