Concatinate 4D Time-Signals
Mostrar comentarios más antiguos
Hi,
How can i concatinate 20 , 4D signals
I1 = rand(32,32,1,13) ;
I2 = rand(40,32,1,13) ;
...
I20 = rand(47,32,1,13) ;
Catq1=cat(4,I1,I2);
The above give me error? What can i do?
Respuesta aceptada
Más respuestas (1)
Bartlomiej Mroczek
el 26 de Mzo. de 2023
0 votos
And how to provide the CNN: predict DL block to the ready machine.
1. I have data built in 4D format, my CNN machine only use this format for learning and prediction in matlab.
2. I have built a model in SIMULINK but there is a problem with entering data to the Predict block, error message:
Available formats are double non-complex matrix, a structure with or without time, or a structure with MATLAB timeseries as leaf nodes. All formats require the data to be finite (not Inf or NaN).
How to solve it?
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!