GUI - m-filse verküpfung < Matlab < Mathe-Software < Mathe < Vorhilfe
|
Hallo,
Ich bin grad mit eine Simualtionstudie beschäftig, und habe paar Probleme mit GUI , villeicht kann jemand meine Problem lösen.
Ich will die vector-werte während des Loops ändern, und zwar mit einem GUI. Das Problem ist, ich weiss nicht wie ich die Werte in meine Edit-box in GUI mit meinem vector in M-files verknüpfen kann .
Die Code daunten ist analog zu meine Problem
vector = [1:100];
for kk = 1:100
tic
vector(kk) % --> Ich will die werte online ändern
endtime = toc;
if endtime < 1
pause(1-endtime)
end % end-if
end %end-for
danke...
Ich habe diese Frage auch in folgenden Foren auf anderen Internetseiten gestellt:
[http://matheplanet.com/default3.html?call=viewforum.php?forum=41003&ref=http%3A%2F%2Fwww.google.de%2Fsearch%3Fhl%3Dde%26q%3Dmatlab%2Bforum%26meta%3D.]
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 15:20 Fr 23.06.2006 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|