Cellarray in a dlarray
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I have a cell array and i want to transform it in a dlarray. Is that possible?
I have to put it in dlfeval and now i have this error:
first input arguments must be a formatted dlarray...
1 comentario
Jan
el 15 de Abr. de 2021
This sounds, like the 1st input is not a formatted dlarray. Why does Matlab think, that this is the case? Based on the lean given information the readers have no chance to guess this.
Respuestas (2)
Joss Knight
el 22 de Abr. de 2021
dlCell = cellfun(@dlarray, myCell, 'UniformOutput', false);
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!