help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parse Error


From: Corey L Hubbard
Subject: Parse Error
Date: Thu, 27 Mar 2014 15:29:50 -0500

I am attempting to load data file into the variables and y:

data = "">'ex1data1.txt');       % read comma separated data
X = data(:, 1); y = data(:, 2);
m = length(y);   
and I am getting an parse error like so; 

octave-3.4.0:1> /Applications/mlclass-ex1/mlclass-ex1/ex1.m 
parse error:

  syntax error

>>> /Applications/mlclass-ex1/mlclass-ex1/ex1.m 

Please adviseā€¦

Compliments,
Corey Hubbard
Founder, DreamHire
312-646-8513





reply via email to

[Prev in Thread] Current Thread [Next in Thread]