help-octave
[Top][All Lists]
Advanced

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

Re: No display for result. Why?


From: Marco Atzeri
Subject: Re: No display for result. Why?
Date: Thu, 27 Sep 2018 18:49:51 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Am 27.09.2018 um 15:52 schrieb Michel:
Bonjour,

     For example, What I get

2*2
3.*2
whos
who
magic(5)
who

     Where the results are?
     I did something wrong....?
    Any idea..?

Regards,

Michel


Hi Michael,
may be if you tell us what is your system and how you installed octave,
we could make some guesses.

These are the results on Octave 4.4.1 on Cygwin 64 bit
as there are no assignment of course "who" reports only "ans".

octave:1> 2*2
ans =  4
octave:2> 3.*2
ans =  6
octave:3> whos
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        ans         1x1                          8  double

Total is 1 element using 8 bytes

octave:4> who
Variables in the current scope:

ans

octave:5> magic(5)
ans =

   17   24    1    8   15
   23    5    7   14   16
    4    6   13   20   22
   10   12   19   21    3
   11   18   25    2    9

octave:6> who
Variables in the current scope:

ans


Regards
Marco

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus




reply via email to

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