NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 722 - Miji deleting global variables
Miji deleting global variables
Status: NEW
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P5 enhancement
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2014-03-24 15:57 CDT by Michael Farrell
Modified: 2014-04-29 11:20 CDT
1 user (show)

See Also:


Attachments
All global variables are cleared after the Miji(false) line (280 bytes, text/plain)
2014-03-24 15:57 CDT, Michael Farrell

Description Michael Farrell 2014-03-24 15:57:52 CDT
Created attachment 136
All global variables are cleared after the Miji(false) line

Hi, 
I am creating a GUI within Matlab that calls upon Miji from within it. 
The funny thing is I developed the majority of the program on my macbook pro and it works like a charm, not errors with Miji, however I continue to get a bug and I have thoroughly tested it and I have found that whenever I call Miji; or Miji(false);, every single global variable of mine is deleted. All other variables are contained however the global variables are cleared and I get the error within Matlab of a reference to a cleared variable. 

I mean to be honest this could be me and something to do with the GUI interface of matlab however I have attempted running Miji at the beginning of my GUI's launch before too much space is used (maybe I was taking up too much space) but even here it continues to clear global variables. 

Thanks
Mike
Comment 1 Johannes Schindelin 2014-04-29 11:20:20 CDT
Would you have any example? I cannot guarantee that I will find a computer with Matlab on it (as you know, the licensing issues with Matlab can be a hurdle), but I will try to find said computer and the time to test if you can provide a minimal example to reproduce.