Effacer les filtres
Effacer les filtres

please how to add a new row of data in a uitable inside 3 for loops ??

2 vues (au cours des 30 derniers jours)
Ahmed
Ahmed le 7 Fév 2013
can any one help me in this problem please ?
for i1=1:11
d(i1)=
for j1= 1:18
N1(i,j)=
for k1=1:24
PD(i,j,k)=
SD(i,j,k)=
set(handles.table,'Data',...
[d(i1),S(i1,j1),N(i1,j1,k1),L1(i1),L2(i1),L3(i1),...
L4(i1),PPRL(i1,j1,k1),PT(i1,j1,k1),PRHP(i1,j1,k1),PD(i1,j1,k1)])
end
end
end
  3 commentaires
Jan
Jan le 7 Fév 2013
qAhmed: I do not understand the program, because it is incomplete.
Ahmed
Ahmed le 7 Fév 2013
Thx for your reply :), but please help me in this 1- i made a table in GUI composed of 11 columns 2-there are 3 for loops used to calculate these 11 Value and set them in the table 3-some of this values are 2D and others are 3D matrix, when calling them after the loop, but inside it it is just one value changes for ever i ,j, k 4-what i want to make is that: " tell el program to catch all this 11 values "Single Number" for each loop and put them in another row 5-the Question is: Where to put set(handles.table,'Data',d(i), N(i,j,k), and so on ? insde which loop and how to tell it to create a new row?? 6-Please Help me in this ..

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Loops and Conditional Statements 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