Recent content by beanlet

  1. B

    MATLAB Problems in using matlab engine.

    Hey, I have been trying to call MATLAB from C code, but now I have bunch of execution errors here: =================================================== engine_FFT.o: In function `main': engine_FFT.c:(.text+0x103): undefined reference to `engOpen' engine_FFT.c:(.text+0x195): undefined...
  2. B

    MATLAB Can anyone recommend a nice Matlab Engine tutorial to me?

    I feel like I am still very confusing in my learning process. Can anyone give me such a recommendation? Thanks a lot!
  3. B

    MATLAB What is the best way to mix C and matlab?

    Thank you so much! Yes, calling MATLAB from C is what I need. :smile:
  4. B

    MATLAB What is the best way to mix C and matlab?

    Hey, I need to modify some C codes, but I want to change the original FFT subroutine into someway that calls MATLAB spectrum functions. I checked the MATLAB help document, but still have not decided which way to go: (1) C-MEX file; (2) mcc. There must be some other way to go, but I have...
  5. B

    MATLAB Question about matlab figure legend.

    Thank you very much. I just tried to get that axes object, and recreate the legend. It works well. :-)
  6. B

    MATLAB Question about matlab figure legend.

    Hey folks, I need to save a figure from my MATLAB GUI, which is just a simple plots. Because this plot is the child of a uipanel, so I just use "copyobj" command to copy the handle of the uipanel to the new figure. However, although everything is copied, the legend is not really showing up...
Back
Top