help-octave
[Top][All Lists]
Advanced

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

Beginner Help Request


From: Del Ventruella
Subject: Beginner Help Request
Date: Sun, 8 May 2016 20:04:17 -0400

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");


Trying to write a file notepad and then run it.

Thanks!

reply via email to

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