Azzera filtri
Azzera filtri

Will m files work that were made in matlab R2018a work in matlab R2017b?

2 visualizzazioni (ultimi 30 giorni)
Hello.
I want to go from matlab R2018a to R2017b just so that all my programs will be in 2017, so they can be easily integrated.
My concern is: Will my m files work that were made in matlab R2018a work in matlab R2017b?
They are not very complicated scripts. For example, they include ode45, plot, quad, fprintf, fopen, fclose, and array and matrix operations
Thank you for the help.

Risposta accettata

Rik
Rik il 15 Mag 2019
You can check the release notes to see if you're using functions that were introduced in R2018a, but I suspect from your description that everything should compatible.
Things to watch out for in terms of compatibility are .fig files (avoid if possible), Simulink models, and complex interactions with graphical elements. The wider the gap in time between the releases you want to be compatible with, the more important these considerations become. Forward compatibility is usually a lot better than backward compatibility (with big jumps in R13 to R14 and R2014a to R2014b).
  1 Commento
Walter Roberson
Walter Roberson il 16 Mag 2019
Sometimes the problem is not that the function was just introduced in later release but rather that a new option has been added. New options do not always make it into the release notes.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by