How to install matlab 2017b trial ?

I want to use 2017 trial but i see only matlab 2018 in matlab website.How can i try trial matlab 2017b?

Answers (1)

You need to contact Mathworks Support and ask for an R2017b trial specifically.
They will probably ask you why an R2018a trial is not suitable.
Note: non-Trial "Standard" licenses, and Academic licenses except for some TAH, can download and install any previous version. Student licenses typically cannot do that. We are not sure about Home licenses for this purpose.
You can probably still purchase an R2017b license, as it is less than a year since it was released.

3 Comments

Gokhan Gokhan
Gokhan Gokhan on 7 May 2018
Edited: Gokhan Gokhan on 7 May 2018
Thank you,I can not use autosc and scal functions. My friend was using this code with matlab 2017 and now I am using matlab 2018 my code get error when i run this:
std_filter=std(X_Train)>eps; X_Train=X_Train(:,std_filter); X_Test=X_Test(:,std_filter); [X_Train,mx,stdx]=autosc(X_Train); [X_Test]=scal(X_Test,mx,stdx);
Error:Undefined function or variable 'autosc'.
Those functions from the Model Predictive Control Toolbox last existed in R13SP2 which was released in 2003. They are not present in the 2017 release.
Scale factors appear to be handled differently now; I see https://www.mathworks.com/help/mpc/ug/scale-factors.html
Gokhan Gokhan
Gokhan Gokhan on 7 May 2018
Edited: Walter Roberson on 7 May 2018
I add mpc app it works, thank you so much, Walter Roberson

Sign in to comment.

Categories

Asked:

on 6 May 2018

Edited:

on 7 May 2018

Community Treasure Hunt

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

Start Hunting!