reading a workspace value inside a function
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Asliddin Komilov
el 11 de Jul. de 2019
Respondida: Asliddin Komilov
el 19 de Ag. de 2019
I used xlsread in a function. now I have another function that uses this function, and that function is used by a script. So xlsread is used 100 of times uselessly and I am getting 'out of memory' error (this maybe is not the main cause of the error). if I take xlsread into the script, the function cannot read the read variable, even it is in the workspace. How do I make the function to use the variable, without making it input variable of the function?
thanks
10 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Search Path en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!