필터 지우기
필터 지우기

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 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