What can I do about this problem to create a table?

조회 수: 1 (최근 30일)
Jonathan Babitsch
Jonathan Babitsch 2020년 7월 29일
댓글: Jonathan Babitsch 2020년 7월 29일
Hey everybody,
I want to create a table of 4 rows, but they differ in how many characters are written into the rows.
I get the following error message with my code:
I also attached the code for you to have a closer look. Big thank you in advance everybody!
Johnny

채택된 답변

Sriram Tadavarty
Sriram Tadavarty 2020년 7월 29일
Hi Jonathan,
You can try converting to strings to avoid such problem. Here is the line of code, that is changed with strings.
Local_Coordinate_Systems=table([string(inlet);string(Lcs_Comp01_Filter1);string(Lcs_Comp031_Evaporator1);string(Lcs_Extr_Out_Panelmid_DS)]);
Hope this helps.
Regards,
Sriram

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by