Looking for additional 2017 documentation
Show older comments
I have replaced 2010b with 2017b. The desktop at the Home tab is quite different. I cannot find any documentation that explains the features on the task bars or tool bars. Even common features like drag and drop a window is different from 2010. BTW not everything is intuitive or self explanatory.
I have the 2017 .pdf file but it does not explain how to navigate or use the desktop home, plots, apps tabs although there is a little about preferences.Does anyone know where I can find such information?
Thanks
Answers (1)
Star Strider
on 2 Dec 2017
0 votes
That should give you the information you want. If you need further information, post back here.
6 Comments
Joseph
on 2 Dec 2017
Star Strider
on 2 Dec 2017
The Live Editor was introduced in R2016a. The documentation on it is somewhat sparse (in my opinion). One source is What Is a Live Script? (link). Beyond that, see the MATLAB Release Notes for that and subsequent releases for details on the various improvements over the years.
The regular Editor has not changed much.
There is one change in the way calculations are performed in code that can be confusing, and that is the automatic expansion for array operations, introduced in R2016b, if I remember correctly. It was previously necessary to use bsxfun for this, and I still use it rather than the automatic expansion. The problem is that automatic expansion (again in my opinion) can make code more difficult to debug.
I added some tags to your Question, intending to attract the attention of other Contributors.
Steven Lord
on 2 Dec 2017
Jumping seven years worth of releases at once is a big step. There have been many, many improvements and changes to MATLAB and other products during that time. I second Star Strider's recommendation to review the Release Notes for the releases between R2010b and R2017b, as they will describe those improvements and changes.
Joseph
on 2 Dec 2017
Star Strider
on 2 Dec 2017
Our pleasure.
I linked to the Release Notes in my Answer.
Wendy Fullam
on 8 Dec 2017
Additionally, the releases notes now let you select a starting and ending release, and also filter by category, and desktop is one of the options: 10b to 17b, Desktop category HTH.
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!