How can I write subplot function involving if statements

조회 수: 7 (최근 30일)
Zaki Vanden
Zaki Vanden 2021년 1월 1일
답변: Cris LaPierre 2021년 1월 1일
I am a beginner in learning matlab.
I am trying to draw plots of the data that fit two conditions. The code needs to check the number of rows and columns of the matrix and if the row number is more than 100 and column number is equal to 3 then the function will plot all elements of even numbered columns in different subplots.
I would be grateful if you can help with the code.

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 1월 1일
This seems to be more of an assignment about indexing. See the array indexing documentation page.

카테고리

Help CenterFile Exchange에서 Subplots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by