Correct codes but no graph shows
이전 댓글 표시
What do you do when your codes are correct but the graph does not show And do you add other graphs to be on same graph
댓글 수: 6
Star Strider
2017년 5월 30일
If ‘the codes are correct but the graph does not show’, the codes are not correct.
If we could see the code we might be able to find and fix the problem.
Samuel Suakye
2017년 5월 30일
편집: Steven Lord
2017년 5월 30일
Star Strider
2017년 5월 30일
Your vector lengths must have the same row and column sizes. Since I have no idea what you are doing, I will let you sort that.
You also need to use element-wise operations. See the documentaiton on Array vs. Matrix Operations (link) for the details.
Samuel Suakye
2017년 5월 31일
"What do you do when your codes are correct"
You change your perspective that your code is "correct". Your code is not "correct", in fact it is buggy. When you sit and think "my code is correct" then you will never get any better at looking for bugs, and understanding how to fix them. You need to learn to actually look at your code, and not rely on what you want/imagine/wish your code were doing.
Samuel Suakye
2017년 6월 6일
편집: Stephen23
2017년 6월 6일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Time Series Events에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!