I have the R2023a Matlab file but the command window script is in R2023b and R2024a so how could I open it in the R2023a version

조회 수: 7 (최근 30일)
I have the R2023a Matlab file but the command window script is in R2023b and R2024a so how could I open it in the R2023a version

답변 (1개)

Walter Roberson
Walter Roberson 2024년 3월 24일
You do not need to do anything special.
  • .m files are plain text files, and so are fully compatible for opening between releases. It is possible that some of the code might need to be updated for the new release, but you will not have any problems opening it.
  • .mlx and .mlapp are binary files (sort of... also sort of not). When you open them in a later release, it will automatically upgrade for compatibility.
There was one specific release that had compatibility problems... I think it was R2021a but I am not sure about that.

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by