Does the matlab version affect on your code's output ?
Ältere Kommentare anzeigen
Does the matlab version affect on your code's output ?
1 Kommentar
KSSV
am 24 Jun. 2016
No it should not....
Akzeptierte Antwort
Weitere Antworten (1)
Andreas Goser
am 24 Jun. 2016
0 Stimmen
It rarely does. Mostly it is not the release, but you also changed from 32 to 64 bit at the same time. This is an entirely differnt topic though. Sometimes, default options for some functions change. I e.g. recall something in Optimization Toolbox a couple of years ago.
If you suspect a bug, please get in touch with Technical Support.
3 Kommentare
riddhi desai
am 24 Jun. 2016
Andreas Goser
am 28 Jun. 2016
This background information is not enough. My answer remains unchanged. You should provide all code and data needed to technical support.
Walter Roberson
am 28 Jun. 2016
As Stephen correctly indicated, there are a number of reasons why output can be different. The output is not usually very different, but it can happen, as there are some algorithms that are very sensitive to numeric round-off. Also, some MATLAB functions change default settings.
Some aspects of the random number generator system changed in R2013a and so could potentially have made a difference between R2012* and R2014*.
I would not suggest going to technical support with this quite yet; I suggest posting the code here, as people here might be able to point out reasons the output might have changed.
Kategorien
Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!