Assignment error when loading cvs file
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Nima Rezaeian
il 20 Giu 2017
Commentato: Nima Rezaeian
il 20 Giu 2017
I'm trying to load a cvs .txt file into an array:
data = csvread('ex1data2.txt');
but I get the following error:
% code
Error: File: ex1_multi.m Line: 134 Column: 6
The expression to the left of the equals sign is not a valid target for an assignment.
end
2 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Files and Folders in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!