Cannot find an exact
이전 댓글 표시
I use MATLAB r2019b, I wrote Xlabel ('Time (s)'). But I have notif like this. So, Can someone help me how to write the file correctly??

답변 (1개)
Mehmed Saad
2020년 5월 4일
it is xlabel and not Xlabel .
The error says Cannot find an exact match for 'Xlabel', the closest match is xlabel
xlabel('time (s)')
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!