フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I noticed that new versions of MATLAB change functionality of previous versions, so that my old programs do not work with new versions! It is very bad. It means that old text books are not true anymore. Few examples: 1. The command diff('sin(x)') ret

1 回表示 (過去 30 日間)
Yevgeny Gayev
Yevgeny Gayev 2017 年 4 月 2 日
閉鎖済み: Stephen23 2017 年 4 月 2 日
I noticed that new versions of MATLAB change functionality of previous versions, so that my old programs do not work with new versions! It is very bad. It means that old text books are not true anymore. Few examples: 1. The command diff('sin(x)') returned 'cos(x)' in the past, before v. 2014. 2. The v. 2017 is, again, different. It says "EZPLOT is not recommended. Use FPLOT or FIMPLICID instead"
I am sure that MathWorks should be responsible for its previous versions!
  1 件のコメント
Rik
Rik 2017 年 4 月 2 日
This is the reason you should always add a comment to your code in which version you wrote it. Sometimes it is annoying, but most changes are for the best. Plus, you can generally use try and catch to increase compatibility.
Do you also have a question? Because MathWorks is responsible for their previous versions, but they never guaranteed forward nor backward compatibility.

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by