Domain.x='xxxxx';
Domain.y='18 May 2012';
Domain.z='zzz';
Domain.t='tttttt';
Hi, i know how i make structure like up. But i dont know how i can use input function and take "x","y","z","t" variables from users with my GUI ?

Plus de réponses (1)

Walter Roberson
Walter Roberson le 20 Mai 2012

0 votes

thisfieldname = input('Enter the field you want to change','s');
thisval = input(['Enter the value you want to associate with ' thisfieldname]);
Domain.(thisfieldname) = thisval;

2 commentaires

Özgür Karagülle
Özgür Karagülle le 20 Mai 2012
thank you for answer. so i will all use this function each of ( x,y,z,t) ?
Özgür Karagülle
Özgür Karagülle le 20 Mai 2012
i am sorry i ask wrong :( i want to learn i will create structures of
Domain.Name, Domain.Expire, Domain.Owner and taking the variables for this structures and then show with a simple gui ?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Just for fun dans Centre d'aide 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