Can't understand you I'm getting this error when using a for loop to add two arrays

조회 수: 1 (최근 30일)
  댓글 수: 1
Cameron
Cameron 2023년 2월 16일
1) We don't know what the function get_AtmosProperties does.
2) It would help also if you posted your code instead of a screenshot of it.
3) Can you attach a .mat file?

댓글을 달려면 로그인하십시오.

채택된 답변

Anacleto Capetta
Anacleto Capetta 2023년 2월 16일
Think I've solved my own problem.
The outputs of the function getAtmosProperties were coming out as scalar when they should have been outputted into their relavance index in arrays.

추가 답변 (1개)

Kevin Holly
Kevin Holly 2023년 2월 16일
One of you variables (P_Pa, p_Pa, or q_Pa) only has one row. So, when you iterate with the for loop, you get an error when i = 2. Check the size of your variables.

카테고리

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

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by