A problem with section of code days after entered
Show older comments
My code out of nowhere started malfunctioning. I tried everything I could think of. I found an old GUI and it started working making me realize it was the adjustment I made many runs and days ago. To confirm, I took this snippet out of the problematic GUIs and it started working again. Here is the code in question:
axis tight
camlight
shading interp
colormap(jet(256))
I used it after Surf(M) to give my surf plot better visuals and I took this code from a answer I found here on MatAnswers
My question is do I have to worry about this happening in the future now that I have changed the code to:
camlight left;
lighting phong
Has anyone found the code I entered problematic? I am worried because I am about to give this code to someone to use as a new program for them. So I won't be there if it goes wrong again. Thanks.
4 Comments
Walter Roberson
on 3 Sep 2015
Please explain on what the symptom is of it "malfunctioning" ?
Image Analyst
on 4 Sep 2015
I don't understand, so let's break this down:
- My code out of nowhere started malfunctioning. I tried everything I could think of. OK, fine. You have a gui that quit working.
- I found an old GUI and it started working making me realize it was the adjustment I made many runs and days ago. Is this an old, prior version of the same GUI in number 1 that just quit working? So now it started working (meaning the old one was also broken before now)? So the old one was not working, but some number of days ago you made an adjustment that enabled it to now work? So why didn't you quit while you were ahead? It's working. Did you need to make changes to it?
- To confirm, I took this snippet out of the problematic GUIs and it started working again. But you just said in #2 that it was working, so what do you mean by "again"? How did it break between #2 and #3? You left that part out.
shannon stoffel
on 4 Sep 2015
Edited: shannon stoffel
on 4 Sep 2015
Walter Roberson
on 4 Sep 2015
What should we be looking for to determine whether it is working or broken? is it producing an error message for you? Is the surface disappearing?
Answers (0)
Categories
Find more on Lighting, Transparency, and Shading 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!