What can I do about this problem to create a table?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Jonathan Babitsch
il 29 Lug 2020
Commentato: Jonathan Babitsch
il 29 Lug 2020
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/338605/image.png)
I also attached the code for you to have a closer look. Big thank you in advance everybody!
Johnny
0 Commenti
Risposta accettata
Sriram Tadavarty
il 29 Lug 2020
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su LaTeX in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!