Effacer les filtres
Effacer les filtres

How can i make structure inside structure?

142 vues (au cours des 30 derniers jours)
Giorgi
Giorgi le 20 Jan 2015
Commenté : Giorgi le 20 Jan 2015
Hi all, Well I want to make a structure in the structure for example
% code
a=struct;
b='c';
d=3;
a.(b).(d);
Reference to non-existent field 'c'.
Any ideas would be a great job for me.

Réponse acceptée

Ilham Hardy
Ilham Hardy le 20 Jan 2015
  2 commentaires
Giorgi
Giorgi le 20 Jan 2015
First of all thank you for your response, well I wrote it and I edited the code but that does not work again I think that the main problem is in creating name of second structure. Any ideas?
Giorgi
Giorgi le 20 Jan 2015
Oh thank you I did it now :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by