Weird result difference between cell mode and a straight run
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I am writing a program that imputes missing data. So far it contains four cells that pass off to different processes within the imputation. For debugging purposes, I measure the results of the imputation with the original data set using root mean square error (RMSE) values.
When I run the program in cell mode, my RMSE is half the value of running the program straight through. I'm using the same data sets, but getting very different results.
Does anyone know enough about cell mode vs. just calling the program, and why it would behave this way?
Answers (1)
Sean de Wolski
on 29 Jun 2011
0 votes
There should be no difference. Any chance you're calling the same cell twice and it's changing itself?
3 Comments
Lisa Clayton
on 29 Jun 2011
Sean de Wolski
on 29 Jun 2011
Can you copy and paste the code so we can see it please.
Sean de Wolski
on 29 Jun 2011
There should be no difference
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!