Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Data Structures with Matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello there, where can I find a book or a course that discusses the topic of Data Structures and implement them in Matlab. I did a lot of searches but I couldn't find any book. So, if you know one I would be grateful.
Thanks in Advance.
4 Kommentare
Rik
am 17 Nov. 2020
I'm not sure what you want to do. If you want to implement your own data structure, normal classes will probably be enough (especially as they can inherit properties from other classes, e.g. handle). If you want to really do it from scratch, you probably want to write a C++ class and implement that, see this thread.
Or do you want to know what kinds of data structures are already available?
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!