what is the wrong here
이전 댓글 표시
답변 (2개)
Image Analyst
2020년 12월 24일
0 개 추천
You never assigned any values to t before you tried to use t. What values do you think/expect/want t to have? You have to assign them to t first.
Cris LaPierre
2020년 12월 24일
0 개 추천
Do you realize your screenshot has nothing to do with the code you've shared?
- You are not using a valid variable name
- Your screenshot shows you are trying to use a variable you have not defined (clearly stated in the red error message)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!