Tuesday 15 May 2012

Variable length of input dialogue box in matlab -



Variable length of input dialogue box in matlab -

i using inputdlg in matlab come in cost of component:

x= inputdlg( cellstr( num2str((1:n).', 'input cost of component %d') ) ); x=str2double(x);

where n no of component. create array of cost. problem is, value of n, i.e n=13, after became hard view , come in data. have 40 component.

matlab

No comments:

Post a Comment