help-octave
[Top][All Lists]
Advanced

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

Re: "sh: -dQUIET: command not found" on MacOS X


From: Ben Abbott
Subject: Re: "sh: -dQUIET: command not found" on MacOS X
Date: Fri, 24 May 2013 10:44:57 +0800

On May 24, 2013, at 10:42 AM, kabhi19 wrote:

> Hi Ben,
> 
> Here is the output from system('which gs') command:
> 
> octave-3.4.0:1> system('which gs')
> ans =  1
> 
> And yes, "print -depsc test.eps" is working for me.
> 
> Should I still try installing Fink or Macports?
> 
> Thanks,
> Abhi

Opps .. my bad, try

        [status, output] = system ("which gs")

Ben



reply via email to

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