Assigning computation values to variables without making it an array
6 visualizaciones (últimos 30 días)
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
Respuestas (1)
Kevin Rawson
el 12 de Abr. de 2019
I suggest you check what terms are enclosed in your parentheses very closely.
0 comentarios
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!