Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
How to select a cell from an array when this array is made of functions of a parameter?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Dear all,
Consider an array
A = [a(t) b(t) c(t)].';
I want to select b(t). However, when I enter "A(2)", MatLab returns
a(2)
b(2)
c(2)
instead of
b(t).
How could we select get b(t) in this case?
Thanks
0 comentarios
Respuestas (2)
Marlon Saveri Silva
el 6 de Jun. de 2015
Editada: Marlon Saveri Silva
el 6 de Jun. de 2015
0 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!