Recent content by beanlet
-
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...- beanlet
- Thread
- Engine Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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!- beanlet
- Thread
- Engine Matlab Tutorial
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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:- beanlet
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- beanlet
- Thread
- Matlab
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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. :-)- beanlet
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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...- beanlet
- Thread
- Figure Matlab
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX