Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to fix this error?

1 visualizzazione (ultimi 30 giorni)
Mira le
Mira le il 6 Dic 2019
Chiuso: MATLAB Answer Bot il 20 Ago 2021
Cell contents reference from a non-cell array object.
e = cell2mat(TI(q).Si);
TI is repmat
Si is element of TI class cell
  1 Commento
dpb
dpb il 6 Dic 2019
Modificato: dpb il 6 Dic 2019
"TI is repmat"
What on earth does that mean?
"How to fix?"
Don't use cell2mat on a non-cell object.
Whatever it is, which we have no way in the world of knowing, TI(q).Si is NOT a cell.
Show us what
whos TI
returns and mayhaps we can tell you something.
Syntax looks like it is a struct, maybe.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by