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.
「mcode」を使用して、Matlab スクリプトを Latex に含めることができることはわかっていました。次に例を示します。
\begin{lstlisting} clear, clc load('Data.mat'); \end{lstlisting}
しかし、Matlab スクリプトの出力をどのように処理できますか? どうもありがとう