LoginSignup
0
0

More than 5 years have passed since last update.

Octave > デバッグ出力 > 変数名を書けばいい

Last updated at Posted at 2017-11-08
動作環境
ideone > Octave (octave 4.0.3)

変数の中身を表示するには。

Since Octave normally prints the value of an expression as soon as it has been evaluated, the simplest of all I/O functions is a simple expression.

x = [ 1 2 3 ];
x
run
Success #stdin #stdout #stderr 0.23s 405568KB
x =

   1   2   3


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0