I am having a problem in the dialog box.

4 ビュー (過去 30 日間)
Muhendisleksi
Muhendisleksi 2017 年 10 月 28 日
回答済み: Walter Roberson 2017 年 10 月 28 日
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

採用された回答

Walter Roberson
Walter Roberson 2017 年 10 月 28 日
nn = inputdlg( sprintf('%d.',i), ...
'Korelasyon', [1 50])

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by