Cannot find an exact
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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??

0 Commenti
Risposte (1)
Mehmed Saad
il 4 Mag 2020
it is xlabel and not Xlabel .
The error says Cannot find an exact match for 'Xlabel', the closest match is xlabel
xlabel('time (s)')
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!