Dot indexing is not supported for variables of this type.
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Why do I get that error? I am using the AI-mag FEM/ANN Code but when it comes to plotting the outcome, I get this error
3 Kommentare
Torsten
am 23 Feb. 2024
Bearbeitet: Torsten
am 23 Feb. 2024
You don't have a substructure with name "var_norm.min". All structure elements are at the same (first) level.
var_inp{1} = struct('name', 'rin', 'var_trf', 'none', 'var_norm', 'none', 'min', 0.75, 'max', 0.75); % Fixed value
var_inp{end}
var_inp{end}.var_norm
var_inp{end}.min
var_inp{end}.var_norm.min
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!