Why: The Same Matlab program run in the same version Matlab but in Different PC generates Different Results?
Afficher commentaires plus anciens
I have run a Matlab Program in the different PC, by the same version of Matlab software, but got different results, anyone tell me why this happens? any possible reasons?
The program just read some data from a .sur file, but data generated were totally different, confusing....
Réponses (2)
Jan
le 18 Fév 2011
1 vote
You are just reading a file, but do not perform any calculations? Then I guess, that the reading function calls a function, which is shadowed by a user-defined function on one computer. You can check this by removing all paths containing user-defined function temporarily from the path. DEPFUN can help also.
Andreas Goser
le 18 Fév 2011
0 votes
There can be a lot of reasons. I try collecting reasons in this Question. we should make sure it is captured there after you identified it.
The first thing to see here is whether machine has different processors and operating systems. Especially 32 Bit and 64 bit systems can be a part of the reason. This mostly is not a bug and can be explained or avoided. It is also important to learn whether the different results are small (and you just need an explanation) or if they are fundamentally different.
You may need to contact MathWorks Technical Support for a full explanation.
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!