Struct contents reference from a non-struct array object.

13 vues (au cours des 30 derniers jours)
Yasaman Best
Yasaman Best le 13 Juin 2017
Commenté : James Tursa le 13 Juin 2017
I'm trying to access content of Data struct but I get this error I tried Data(bouts_plot) but I got error as well
occupancy_filepath = [participant_folder];
raw_occupancy_data = load(occupancy_filepath);
bouts_plot = raw_occupancy_data.Data.bouts_plot;
  1 commentaire
James Tursa
James Tursa le 13 Juin 2017
What are the variable classes? E.g.,
class(raw_occupancy_data.Data)

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by