Is the documentation available for the Matlab bessel function documentation circa 2004

Hello, I am attempting to run an old script from circa 2003-2004, perhaps written in Matlab 6.5. It calls a bessel function, but not besseli, besselj, etc. I would like to find out which bessel function it was intending to run.I would like to run the function in the current Matlab. Are the old help menus available? Thanks for your help. -Chris

5 commentaires

Adam Danz
Adam Danz le 2 Août 2018
Modifié(e) : Adam Danz le 2 Août 2018
I searched in the 2006a documentation and didn't find a function named bessel()
Feel free to search old documentation here.
Could it be a custom function?
Thank you for that search & link. I checked the documentation of older versions and I didn't see "bessel" either, just besselj, besseli, etc. Maybe it is a custom written function, although, if so, I thought it would have been included in the files I was given. Thanks for looking. -Chris
The link I posted shows an official Mathworks bessel() function that just called besselj() . Complete source code is at that link.
Thanks Walter! That probably solves my problem. However, I didn't see the link, either I am not looking in the right place (I am new to this message board), or you forgot to post that part.
Never mind. I see it now. Thanks!

Connectez-vous pour commenter.

 Réponse acceptée

Yes, the documentation for R6.5SP2 is available at https://www.mathworks.com/help/releases/R13sp2/helpdesk.html
However, in that release, there is no bessel() function, as opposed to besseli() and so on.
You need to look back even further, to MATLAB 4.x . In particular, you need to look at http://ftp.task.gda.pl/site/mathworks-toolbox/matlab/specfun/ where you will find MATLAB and FORTRAN source code for the bessel functions for MATLAB in that time frame. You will be able to see that back then bessel() took two parameters and called besselj() with them.

Plus de réponses (0)

Catégories

Produits

Version

R14SP1

Community Treasure Hunt

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

Start Hunting!

Translated by