backwards compatibility 2020B to 2018B
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
hello fellow mathworkers,
I recently particpated in a mathworks MLBE Course with the 2020B Version with Simon Silge, and had a lot of fun.
currently I am using 2018B Floating license and I would like run some livescripts designed on the 2020B version.
the Livescript turns in to some mumble, which is hard to deceipher what is written there.
I can make it up what is written there but thats not the point.
is there someway to circumvent this problem?
I dont have the resources for a 2020B license
if you want to check: the allHist.mlx is not directly related but it is designed on the 2020B version. please run this on the 2018B to see if the problem occurs at your version of Matlab as well.
thanks for looking into this.
3 Commenti
per isakson
il 19 Gen 2021
Modificato: per isakson
il 19 Gen 2021
I cannot run Chapter8.mlx, because I don't have the data files EPLteams.xlsx and EPLresults.xlsx.
With R2018b I saved Chapter8.mlx as Chapter8_18b.mlx. Matlab warned that info would be lost. The size on disk of Chapter8_18b.mlx is less than a third of the original file. I guess the data of the data files are stored internally in Chapter8.mlx and lost when saved in R2018b.
I cannot see any reason why your script wouldn't work with R2018b, but not without the data files EPLteams.xlsx and EPLresults.xlsx.
Caveat: I very seldom use the Live Editor.
Risposte (1)
Bastiaan Pierik
il 19 Gen 2021
2 Commenti
per isakson
il 19 Gen 2021
Modificato: per isakson
il 19 Gen 2021
Communication is difficult.
"thats not the problem..." What is not the problem? The statements
teaminfo = readtable("EPLteams.xlsx","TextType","string")
EPL = readtable("EPLresults.xlsx","TextType","string")
are my problem, since I don't have the excel-files.
Yes, all livescripts of R2020b are not possible to run with R2018b. That's clearly stated by The MathWorks. Thus the question is whether it's feasible to modify your livescripts so that they can be run on R2018b.
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!