Cannot find an exact
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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??![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/290069/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/290069/image.png)
0 comentarios
Respuestas (1)
Mehmed Saad
el 4 de Mayo de 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 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!