Filter löschen
Filter löschen

What is the for loop that I can use to do the following then save the results as .mat file?

1 Ansicht (letzte 30 Tage)
What is the for loop that I can use to do the following then save the results as .mat file?
I have 30 iterations and in each iteration I want to save the following:
Image with size 120*120 *1* 6000
Labels with size: 1*6000
E= 1*6000
and I will repeat the 30 iterations for 12 experiments (12 run).
Which means in each run will get the above files 30 times
  4 Kommentare

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Dyuman Joshi
Dyuman Joshi am 6 Nov. 2023
Preallocate arrays according to the final size and the data type and modify the arrays iteratively.
Use indexing to obtain the corresponding data.
  8 Kommentare
M
M am 6 Nov. 2023
@Dyuman Joshi Thanks the 2nd solution worked but when I tried to save the results I got the following:
Warning: Variable 'Images' was not saved. For variables larger than 2GB use
MAT-file version 7.3 or later.
What can I do in this case?
Dyuman Joshi
Dyuman Joshi am 6 Nov. 2023
Bearbeitet: Dyuman Joshi am 6 Nov. 2023
@M - Does your PC have a 64 bit processor?
Also, check the setting of version of MAT-Files in your MATLAB - https://in.mathworks.com/help/matlab/import_export/mat-file-versions.html
Make sure the selected version is MAT-File Version 7.3

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Object Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by