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

2 次查看(过去 30 天)
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 个评论
Ahmed
Ahmed 2013-2-7
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 ..

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by