how to cut a vector of functions
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a vector of n functions obtained using the "conv" function:
V= @(t,p) conv(w,P(t,p), 'same'); where P(t,p) is a vector of n fuction and w is a vector of n real numbers.
What can I do to delete one of V components, obtaining a vector of n-1 components?
1 comentario
Asvin Kumar
el 29 de Oct. de 2019
Can you please provide more data on what P is or provide sample values?
Respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!