how to replace a dataset with another one in matlab
Mostra commenti meno recenti
hello everyone
please, I had imported my dataset to run my code, but since then I want to replace this dataset. indeed, when I imported the new dataset, I thought that the old one should be overwritten automatically. when I run the code it is always the old one that appears what to do? thank you for your help
attached my code (untitle5) and my new dataset (mydata)
Risposte (2)
Image Analyst
il 7 Gen 2023
Try deleting the file before you write it out again.
recycle('on');
delete(fileName); % Send fileName to recycle bin
3 Commenti
merlin toche
il 7 Gen 2023
Image Analyst
il 7 Gen 2023
I think you attached the wrong files. This one doesn't read in any workbook or attempt to write out any workbook.
merlin toche
il 9 Gen 2023
merlin toche
il 12 Gen 2023
0 voti
Categorie
Scopri di più su Nearest Neighbors in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!