How can I sum all elements of a defined vector 'V' that are greater than a scalar value of 'N', that is also pre-defined?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Garrett Hawkins
el 25 de Sept. de 2015
I have created mock variables for 'V1' and 'N', and my code goes as follows:
if V1 > N V_sum = sum(V1)
I would not be surprised if I am missing something that is blindingly obvious, but any help is greatly appreciated.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Spline Postprocessing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!