matlab programming-1-1.pptVIP

  • 3
  • 0
  • 约1.67万字
  • 约 60页
  • 2016-06-04 发布于浙江
  • 举报
matlab programming-1-1

(3) Loading and Saving the Workspace MATLAB’s save(保存) and load (加载)commands let you save the contents of the MATLAB workspace at any time during a session and then reload the data back into MATLAB during that session or a later one. Load and save can also import and export text data files. For example, save june10 saves the entire workspace contents in the file june10.mat. If desired, you can save only certain variables by specifying the variable names after the filename. For example, save june10 x y z saves only variables x, y,

文档评论(0)

1亿VIP精品文档

相关文档