Re: [micro-manager-general] Matlab Configuration - CMMCore Object
Status: Beta
Brought to you by:
nicost
|
From: Kyle D. <kyl...@gm...> - 2018-06-28 06:55:51
|
Hi Kiana Go, On Wed, Jun 27, 2018 at 8:03 PM, Kiana Go <gok...@be...> wrote: > Hi Kyle, > > Thank you so much! That makes so much sense! In addition, I cannot find > StartMMStudio.m. Is this for Windows? > Whoops. Yes I think that this script is only included with the Windows nightly builds. You may need to download and install MM on a Windows computer and copy the script from the installation directory to your Mac. It's not necessary to use this script, but it does reduce some of the work you need to do when using Micro-Manager in MATLAB. > In addition, I am following Matlab and the Micro-Manager GUI > <https://micro-manager.org/wiki/Matlab_and_the_Micro-Manager_GUI> guide > and stumbled upon the error below. However, after gui = MMStudio(false); , > Micro-Manager pops up. Do I need gui.show; ? Can I just skip it? > > >> cd '/Applications/Micro-Manager1.4' > >> import org.micromanager.MMStudio; > >> gui = MMStudio(false); > >> gui.show; > Undefined function 'show' for input arguments of type > 'org.micromanager.MMStudio'. > I haven't used Micro-Manager in MATLAB for a while now, but I don't recall using this method. I would say that if everything else works without it, then by all means just skip the call to gui.show :) Kyle |