Why: The Same Matlab program run in the same version Matlab but in Different PC generates Different Results?
Mostrar comentarios más antiguos
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....
Respuestas (2)
Jan
el 18 de Feb. de 2011
1 voto
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
el 18 de Feb. de 2011
0 votos
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.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!