the actual data are those inside set(handles.), the above statments are just for explanation of the program ... anh Help !
please how to add a new row of data in a uitable inside 3 for loops ??
1 次查看(过去 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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!