plot from two vectors not working "not enough arguments"
조회 수: 1 (최근 30일)
이전 댓글 표시
i have a 3D array called 'arr' which was created from parsing a text table i wnat to plot a single 2D cell from it. when i try to do the following i get an error "Error using plot Not enough input arguments."
why its happening?
Thanks
phase=arr{1}{1};
amp=arr{1}{2};
plot(phase,amp);
댓글 수: 3
Adam
2017년 8월 29일
Then like I said, you may have over-ridden the plot function with one of your own.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!