I am having a problem in the dialog box.

23 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 28 Ott 2017
nn = inputdlg( sprintf('%d.',i), ...
'Korelasyon', [1 50])

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by