Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数の結果を保存する方法について質問があります
関数が2つの出力を返し、この関数がforループであるため、出力の値が変更されます。この出力をフォルダーに保存するにはどうすればよいですか。
for i=1:N [out1 out2] = myfun(); name = ['mySaveNumber_' num2str(i)]; save(name); end
SELECT -> コピー -> 出力をテキスト ファイルに貼り付けます (つまり、質問が得られないということです)。