Hello everyone,
I want to use num2str and I actually managed to use it but I faced a very little problem.
xlabel({"effective stress","ID=" num2str(Id)})
When I write this part of code, x label consists of 3 lines;
1:effective stress
2:ID=
3:'the value of Id'
But I need the 2nd and the 3rd lines to appear on the same line. It is a small detail but I need it for my thesis. Can you please help me.

 Respuesta aceptada

Stephen23
Stephen23 el 12 de Ag. de 2018

1 voto

xlabel({'effective stress',['ID=',num2str(Id)]})

3 comentarios

Abdulkadir Genç
Abdulkadir Genç el 12 de Ag. de 2018
Worked, thanks!
Stephan
Stephan el 12 de Ag. de 2018
I did not read your question carefully enough and thought you wanted everything in one line. Excuse me.
Best regards
Stephan
Abdulkadir Genç
Abdulkadir Genç el 12 de Ag. de 2018
Thanks for your interest Stephan.
Best regards.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 12 de Ag. de 2018

Comentada:

el 12 de Ag. de 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by