Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

인수가 많아서 플롯팅하지 못하다고 뜹니다.

조회 수: 2 (최근 30일)
yejin lee
yejin lee 2020년 3월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
인수가 많아서 plot(x축, y축) 명령어를 실행하지 못하고 또한 플롯 탭을 통해서도 단일 값으로는 plot이 되지만, x축-y축을 설정하여 plot하는 것은 실행되지 않습니다.
어떻게 해결해야 하나요?

답변 (1개)

Bhargavi Maganuru
Bhargavi Maganuru 2020년 3월 31일
plot function doesn't accepts table as an input. Instead access the variables using dot or brace subscripting and then pass them to plot function.

Community Treasure Hunt

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

Start Hunting!