saveR

Save workspace variables to an R data file.

現在この提出コンテンツをフォロー中です。

saveR('FILENAME') saves all workspace variables to the "R-file" named FILENAME.

SAVER('FILENAME', 'X', 'Y', 'Z') saves X, Y, and Z.

saveR can handle scalars, vectors, matrices, and cell arrays of strings. NaN's are saved as NA. Since R cannot handle structures, they will not be saved and a warning will be given.

Useful if you do not wish to load variables directly in R using a COM based interface (using MATLAB R-link #5051) or if you wish to use JAGS (http://sourceforge.net/projects/mcmc-jags), for instance.

引用

Jeroen Janssens (2026). saveR (https://jp.mathworks.com/matlabcentral/fileexchange/28370-saver), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: MATLAB R-link

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0