Difference between MacOS and Windows
Show older comments
Hello
I am rather new to Matlab and I am working on a simple project on MatLab and Simulink but I have an issue with it.
When I am running my script and simulink model on Matlab 2017 for Windows (at school), the plot that I obtain are the one that I expect to have. But the minute I run the same script and simulink model on MatLab 2022 for MacOS (personnal computer) the plot that I get is not what I expect it to be, furthermore it is not the same as what I get under MatLab 2017 for Windows which is very odd. For information, the script uses very simple mathematical object such as matrix and sqrt
Does someone know where does this difference could come from ? I'm kind of going crazy because of it.
Thank you in advance for your responses !
7 Comments
Luca Ferro
on 1 Mar 2023
could you share the script?
Guillemette
on 1 Mar 2023
Guillemette
on 1 Mar 2023
Bruno Luong
on 1 Mar 2023
Edited: Bruno Luong
on 1 Mar 2023
Please share the script by typing the code here (capsulated using the [>] icon) or attach the mfile with paperclip icon, NOT the screenshot that is not useful.
Then show the results between MATLAB versions and computers.
Guillemette
on 1 Mar 2023
Guillemette
on 1 Mar 2023
Luca Ferro
on 1 Mar 2023
Edited: Luca Ferro
on 1 Mar 2023
just a guess but:
- check the solver type/step (mac seems variable, windows fixed)
- try to compare the graphs as the same order of dimension on x axis (mac is 0-1-2-3, windows 0.001, 0.002, ..)
- check the simulation time (mac is 10s, windows is 0.1
Answers (0)
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!

