Discussion:
No display for result. Why?
Michel
2018-09-27 13:52:08 UTC
Permalink
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




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Marco Atzeri
2018-09-27 16:49:51 UTC
Permalink
Post by 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 Vir
Michel
2018-10-05 07:08:12 UTC
Permalink
Thank you Marco for your message
I relaunched Octave and the problem has disappeared....
and since I have not reproduced it.

Regards,

Michael



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
Loading...