how to call prepared function (m file)

2 visualizaciones (últimos 30 días)
sani
sani el 16 de Mzo. de 2020
Comentada: Sriram Tadavarty el 16 de Mzo. de 2020
Hi,
I downloaded a function a function and I want to use it in my script. I tried to call it by using 'load' and 'import' but got error.
how can I call it?

Respuesta aceptada

Sriram Tadavarty
Sriram Tadavarty el 16 de Mzo. de 2020
Hi Sani,
You can directly call the function with its name, provided it is in the path. For example your downloaded function name is myfun.m, then directly call with its name and required inputs in the script you want to access.
Regards,
Sriram
  8 comentarios
sani
sani el 16 de Mzo. de 2020
yes it works
Sriram Tadavarty
Sriram Tadavarty el 16 de Mzo. de 2020
Then, it should work if used in script directly. Use it with scatter_kde(x,y) in the script

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by