Data Structures with Matlab

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 comentarios

dpb
dpb el 15 de Nov. de 2020
What kind of "data structures" might you have in mind? MATLAB has quite a bit already built into the product...
Ammar Taha
Ammar Taha el 17 de Nov. de 2020
Not a specific type, I meant a typical book that explains the subject with Matlab implementation focus from scratch.
Rik
Rik el 17 de Nov. de 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?
Ammar Taha
Ammar Taha el 17 de Nov. de 2020
Thanks a lot, I just wanted to implement some of them from scratch, besides I did do a search about those available in Matlab and I learn about them.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Preguntada:

el 15 de Nov. de 2020

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by