I'm using a MacBook Pro with Mac Os X vers. 10.6.3, processo 2.53 GHz
Interl Core 2 Duo, memory 4GB.
I'm importing function made with Matlab, but I'm encountering errors
with the "input" function.
When I use the next command:
r=input('test')
I receve the next error message:
test2
In /Applications/FreeMat.app/Contents/Resources/toolbox/io/
input.m(input) at line 37
In docli(builtin) at line 1
In base(base)
In base()
In global()
Error: Too many inputs to function evalin
While when I use the other form of "input" it does work:
r=input('test','s')
test1
r =
1
Why in the first mode "input" doesn't work?
Best regards
keyopen
--
You received this message because you are subscribed to the Google Groups "freemat" group.
To post to this group, send email to
fre...@googlegroups.com.
To unsubscribe from this group, send email to
freemat+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/freemat?hl=en.