I am having a problem in the dialog box.
    5 views (last 30 days)
  
       Show older comments
    
    Muhendisleksi
 on 28 Oct 2017
  
    
    
    
    
    Answered: Walter Roberson
      
      
 on 28 Oct 2017
            n = 3
for i = 1:n
    nn = inputdlg('%s.r',i, ...
    'Korelasyon', [1 50])
end
% Error using inputdlg (line 108)
% NumLines size is incorrect.
% Error in hata (line 8)
%   nn2 = inputdlg('%s.r',i, ...
I want to do: 1. Korelasyon
0 Comments
Accepted Answer
  Walter Roberson
      
      
 on 28 Oct 2017
              nn = inputdlg( sprintf('%d.',i), ...
    'Korelasyon', [1 50])
0 Comments
More Answers (0)
See Also
Categories
				Find more on Construct and Work with Object Arrays in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
