Writing string data in uitable
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
naouras saleh
il 4 Nov 2019
Risposto: Nadir Altinbas
il 4 Nov 2019
Hello I have an uitable with two columns and 7 rows. 1-How can I write data (string)inside it? 2- how can I write data in specific cell? Thank you
0 Commenti
Risposta accettata
Nadir Altinbas
il 4 Nov 2019
2X7 matrix (two variables strings and 7 data file)
named it as COUNT.DAT file
"load count.dat" after running this command
[n , p] = size (count)
data process fundamental functions usage is necessary
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer 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!