plot axis based on a function found online
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I found the following function:
what do I not to do to be able to save that function to my matlab and is there a way somebody else who hasen't downloaded that file is still able to see what it's doing?
0 Kommentare
Antworten (1)
Walter Roberson
am 29 Mär. 2013
At the bottom of that page there is a header
Related Documents/Files:
below which there is a link for drawaxis.m . Click on that link to download the file. Put the file in a convenient location on your MATLAB path.
Anyone who wishes to execute your code will need a copy of the file. You could include it along with your code.
9 Kommentare
Walter Roberson
am 30 Mär. 2013
Are you getting an error message? I do not have the toolbox with blsprice() in it, so I cannot test your code.
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!