help-octave
[Top][All Lists]
Advanced

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

Re: Beginner Help Request


From: Tatsuro MATSUOKA
Subject: Re: Beginner Help Request
Date: Mon, 9 May 2016 09:21:12 +0900 (JST)

>From: Del Ventruella 
>To: "address@hidden" 
>Date: 2016/5/9, Mon 09:04
>Subject: Beginner Help Request
> 
>
> 
>This code is buggy.  Why?  What am I doing?
>
>
>#! C:\Octave\Octave-3.8.2\octave.bat -qf 
># a sample Octave program 
>clc;
>printf ("Hello, world!\n"); 
>ans = input ("Press Enter to End");
>x = 1*10^-25;
>p = 1*10^-25;
>x = A \ b;
>printf ("Hello, world!\n"); 
>ans = input ("Press Enter to End");


You have to define A and b variable.
Otherwise your script does not work

Tatsuro



reply via email to

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