a cell of double heading

3 vues (au cours des 30 derniers jours)
Guido Pastore
Guido Pastore le 16 Mar 2019
Commenté : Star Strider le 16 Mar 2019
Is it possible to add initial lines to a cell as if they were headings?
For example: given a cell of double 5x3 is it possible to add a line where the fields are strings?

Réponse acceptée

Star Strider
Star Strider le 16 Mar 2019
Yes. Use Tables (link).
  6 commentaires
Guido Pastore
Guido Pastore le 16 Mar 2019
Sorry, I have another question.
I have, for example, 4 cell. How can I create a struct with all these cell??
Star Strider
Star Strider le 16 Mar 2019
I am not certain that I understand what you want.
If you want to assign the table to a structure element, try this:
S.T1 = T;
See the documetation on Structures (link) for details.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by