2
votes
3answers
191 views
Jump in m-file
I'm working with the m-file editor of MATLAB and I need to jump from a line to another.
As long as I need to jump from inside a "For...end", I can't use the usual "while"
technique. Is there anyway to …
0
votes
4answers
1k views
Symbian C++ - Load and display image from .mbm file
I have a .mbm file that I copy to my device using this line in the .pkg file
"$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm"
Then in the draw function of my …
