|
"Cesar Montalvo" <cesarmontalvoc@gmail.com> wrote in message <ibuh4h$7ee$1@fred.mathworks.com>...
> Dear friends:
>
> I am a MATLAB user and i would like you to help me with an easy question. There is a file that I need to use in the file exchange folder but, how can i make use of it. I am a begginer. It is about hline and vline.
>
>
> thanks
> Cesar
Cesar, download the file and save it a directory (folder). Then add that directory to MATLAB's path by using addpath() or pathtool. Then you should by able to type
>>help function_name
and read the function's help.
Wayne
|