How can I selec the optimum value, for example, Select A if abs(B <= C). please see the attached file, Thanks in advance

2 comentarios

Image Analyst
Image Analyst el 10 de En. de 2014
Link doesn't work.
UTS
UTS el 11 de En. de 2014
Thank you very much for your concern and please try this link http://www.mathworks.com/matlabcentral/answers/uploaded_files/6665/MATLAB.png

Iniciar sesión para comentar.

 Respuesta aceptada

Matt J
Matt J el 10 de En. de 2014
Editada: Matt J el 10 de En. de 2014

0 votos

A=data(:,1);
B=data(:,2);
C=data(:,3);
result=A(abs(B<=C))

Más respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

UTS
el 10 de En. de 2014

Comentada:

UTS
el 11 de En. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by