I want to read out all my output from function defined script

Please what command should I give to read out (wavelength,peak sensitivity, data) to workspace in the figure attached. Thanks

3 commentaires

Adedapo - there is no attached figure. Once you have chosen the file to attach, you must press the Attach File button.
Thanks Geoff hayes, I have attached the picture

Connectez-vous pour commenter.

 Réponse acceptée

Adedapo- perhaps I'm misunderstanding something, but I think that if you just want all four output parameters from your plot_iccd function, then just call your function as follows from the Command Line
>> [wavelength, PEAK, SENSITIVITY, data] = plot_iccd(filename, X_1,Y_1,w,h);
Assuming you have the correct inputs, then the above will initialize all four output parameters to be those from your function.

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by