Unrecognized function or variable 'fetchmulti'.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
the code ran without issues on Matlab 2018a. now i am switching to 2023B, and tried to run the code, but got the error message.
Unrecognized function or variable 'fetchmulti'.
I didn't find fetchmulti.m in 2023b folders. why is that? I assume everything has been installed automatically.
Thanks,
Jeremie
0 Kommentare
Antworten (1)
Star Strider
am 13 Aug. 2025
According to the documentation, fetchmulti was introduced in R2024b, and is part of the Database Toolbox.
If you were using it in R2018a, that version must be a function that you (or someone else) wrote.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing 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!