Matlab Flashcards
1
Q
What is a cell and a struct datatype?
A
Man kann unterschiedliche Arte von Dateien speichern, arrays, doubles, strings, cells oder structs.
CELL:
* Dateien werden durch numerical indices ausgesucht.
STRUCT:
* Wie ein dictionary in Python, es gibt ein Fieldname und die Dateien.
2
Q
A