Re: MATLAB Import



In article <35761.1214323703919.JavaMail.jakarta@xxxxxxxxxxxxxxxxxxxxxx>,
Eomer <eomer_28@xxxxxxxxxxx> wrote:

What are they?

It is easier to follow conversations if you quote a portion of what you
are commenting on. I see you are using mathforum.org, which
provides a nice graphical interface, but this is really a Usenet
newsgroup and a lot of us use text newsreaders that do not provide
convenient context.

To import into Matlab text written by a program, see system().
You can have the program just write the text to standard output
and then the second output of system() will hold the text; or
when you run the program with system() you can redirect the
output to a file and then read that file in matlab [a number
of different ways, such as textscan()]

--
"We may gather out of history a policy, by the comparison and
application of other men's forepassed miseries with our own like
errors and ill deservings." -- Sir Walter Raleigh
.



Relevant Pages

  • Re: Any other pros break spokes?
    ... Michael Press was commenting on your failure to quote the relevant ... portion of the previous post by Jobst Brandt that you were responding ...
    (rec.bicycles.tech)
  • Re: unix(command)
    ... unix command requires a string as input ... Strings in MATLAB are braketed by quote "'". ... If you want to insert a quote inside a string, ...
    (comp.soft-sys.matlab)
  • Re: Problem with short cut on my computer
    ... My office computer has Windows XP 2002, ... cannot run Matlab from short cut on desktop folder. ... The problem is that I add double quote marks, ...
    (microsoft.public.windowsxp.general)
  • Re: simple question on print
    ... Matlab does not provide any portable way of doing that. ... Please do not quote it when replying ... to one of my postings. ...
    (comp.soft-sys.matlab)
  • Re: Not enough input arguments.
    ... one of the great things about Matlab is it will point you to the ... portion of your code that is wrong. ... tao wrote: ...
    (comp.soft-sys.matlab)

Loading