Set nan values
Mostrar comentarios más antiguos
Why i can´t do this?
x550(:,2)(x550(:,2)<200)=nan
??? Error: ()-indexing must appear last in an index expression.
Best Regards
Respuesta aceptada
Más respuestas (1)
John D'Errico
el 9 de Sept. de 2011
0 votos
Because it is invalid MATLAB syntax. Wanting to do something does not make it possible.
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!