find position of the matrix
조회 수: 2 (최근 30일)
이전 댓글 표시
x=0.0344 0.0018 0.0519 0.0181 0.0285 0.0393 0.0344 0.0344
find the position of each value and the further process taken the value one by one
댓글 수: 0
채택된 답변
Sabarinathan Vadivelu
2013년 10월 22일
x(1), x(2) ... x(end),
Gives you each every value in the array.
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!