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.

 채택된 답변

Stephen23
Stephen23 2018년 8월 12일

1 개 추천

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

댓글 수: 3

Abdulkadir Genç
Abdulkadir Genç 2018년 8월 12일
Worked, thanks!
Stephan
Stephan 2018년 8월 12일
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ç 2018년 8월 12일
Thanks for your interest Stephan.
Best regards.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

태그

질문:

2018년 8월 12일

댓글:

2018년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by