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.
Matlab を使用して Excel のデータを同じ Excel ファイルにプロットするために、Matlab コードで範囲を定義する代わりに、ユーザーに目的の範囲を選択するように求めることはできますか?
はい、XLSREADはデータをインタラクティブにロードするオプションを提供しますが、これは Windows のみです。
out = xlsread(fileName,-1);