Can you check if matlab is in your PATH variable?
N Hasan 于 2019年3月1日周五 14:47写道:
> Hi All,
>
> I found the problem. It was silly of me. I should do “make” in the
> “~/path/to/matlab-emacs”. Matlab-mode is working now.
> However, I have one problem with matlab-shell now. Whenever I want to run
>
Sorry. Could you check if matlab directory is in your exec-path variable
inside Emacs?
Vladimir Nikishkin 于 2019年3月1日周五 17:03写道:
> Can you check if matlab is in your PATH variable?
>
> N Hasan 于 2019年3月1日周五 14:47写道:
>
>> Hi All,
>>
>> I found the problem. It was silly of me. I should do “make”
Dear Vladimir Nikishkin,
Thanks a lot. You saved me.
I checked the exec-path variable inside Emacs, but there was no path for Matlab.
I added Matlab path to this variable manually using this:
(setq exec-path (append exec-path '("/Applications/MATLAB_R2018b.app/bin")))
and, finally matlab-shell