Matlab Crashes when paste from excel
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I copy a column in excel with 3601 elements in it and paste in in matlab 2021a. Almost immediately, matlab crashes! I used to be able to do this for years and now ....
any suggestions?
thanks
2 Kommentare
Mudit Chaturvedi
am 21 Jul. 2021
Hello Faraz!
I understand you are trying to copy a column from excel to Matlab causing Matlab to crash.
Also what is the data being stored in the column?
Akzeptierte Antwort
KSSV
am 21 Jul. 2021
Why you want to paste data from excel into MATLAB? You should not do this. You have to load/ read the data from excel into MATLAB workspace. For this you have functions and you need to read about them. The best way to load excel data into MATLAB is using readtable.
T = readtable(myfile) ;
T
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown 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!