how to to address a specific cell

조회 수: 2 (최근 30일)
Faraz ZandTafreshi
Faraz ZandTafreshi 2019년 7월 7일
답변: madhan ravi 2019년 7월 7일
Hi
Lets imagine that I have a column with some random numbers between 1 to 100.
I want numbers which are above 60 but also I want MATLAB to show that number(above 60) is in which line and column. In other words I want MATLAB not only show me the numbers above 60 but also give their exact addresses. I hope I told my question clearly.
Thanks in advance

답변 (1개)

madhan ravi
madhan ravi 2019년 7월 7일
Use find() to know their indices:
doc find

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by