Effacer les filtres
Effacer les filtres

Cannot create a pointer to a struct

4 vues (au cours des 30 derniers jours)
Mikael Agopov
Mikael Agopov le 27 Mar 2020
Commenté : Steven Lord le 27 Mar 2020
I never needed to create a pointer in Matlab before, but now I need to create a pointer to a struct.
I tried:
exstr=struct('Value1',10,'Value2',20)
exstr_ptr=libpointer('struct',exstr)
or
exstr_ptr=libpointer('structure',exstr)
Both give an error 'Type not found'.
However, using the same syntax with int or float works fine.
What is the problem

Réponses (1)

Mohammad Sami
Mohammad Sami le 27 Mar 2020
Modifié(e) : Mohammad Sami le 27 Mar 2020
  2 commentaires
Mikael Agopov
Mikael Agopov le 27 Mar 2020
This is only available in matlab2020a?
Steven Lord
Steven Lord le 27 Mar 2020
According to the documentation page libstruct was "Introduced before R2006a" so no, it's not new in release R2020a. The links including R2020a in the URL means they will always refer to the release R2020a version of the documentation page. So if you're using an older release, in case libstruct has changed between your release and release R2020a (I don't remember if it's changed recently) you probably want to refer to your locally installed documentation.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by