フィルターのクリア

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

2 ビュー (過去 30 日間)
Ahmed
Ahmed 2013 年 2 月 7 日
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 件のコメント
Jan
Jan 2013 年 2 月 7 日
qAhmed: I do not understand the program, because it is incomplete.
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 Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by