octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #59495] axis([0 5 0 40])


From: Jeremias Söll
Subject: [Octave-bug-tracker] [bug #59495] axis([0 5 0 40])
Date: Fri, 20 Nov 2020 13:49:42 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0

Follow-up Comment #7, bug #59495 (project octave):

EDITOR:

clear
a = 3;
v0 = 50/3.6;
t = [1 2 3];
v = v0 +a*t
t = 0:0.1:5;
v = v0 + a*t;
plot(t, v, 'b')
axis([0 5 0 40])
grid on
xlabel('t in s')
ylabel('v in m/s')






COMMAND WINDOW:

>> cd ..
>> pwd
ans = C:\Users\Jerry
>> cd Desktop/
>> pwd
ans = C:\Users\Jerry\Desktop
>> edit Tempus_times_velocitas.m
>> t
t =

 Columns 1 through 8:

    0.00000    0.10000    0.20000    0.30000    0.40000    0.50000    0.60000 
  0.70000

 Columns 9 through 16:

    0.80000    0.90000    1.00000    1.10000    1.20000    1.30000    1.40000 
  1.50000

 Columns 17 through 24:

    1.60000    1.70000    1.80000    1.90000    2.00000    2.10000    2.20000 
  2.30000

 Columns 25 through 32:

    2.40000    2.50000    2.60000    2.70000    2.80000    2.90000    3.00000 
  3.10000

 Columns 33 through 40:

    3.20000    3.30000    3.40000    3.50000    3.60000    3.70000    3.80000 
  3.90000

 Columns 41 through 48:

    4.00000    4.10000    4.20000    4.30000    4.40000    4.50000    4.60000 
  4.70000

 Columns 49 through 51:

    4.80000    4.90000    5.00000

>> v
v =

 Columns 1 through 9:

    13.889    14.189    14.489    14.789    15.089    15.389    15.689   
15.989    16.289

 Columns 10 through 18:

    16.589    16.889    17.189    17.489    17.789    18.089    18.389   
18.689    18.989

 Columns 19 through 27:

    19.289    19.589    19.889    20.189    20.489    20.789    21.089   
21.389    21.689

 Columns 28 through 36:

    21.989    22.289    22.589    22.889    23.189    23.489    23.789   
24.089    24.389

 Columns 37 through 45:

    24.689    24.989    25.289    25.589    25.889    26.189    26.489   
26.789    27.089

 Columns 46 through 51:

    27.389    27.689    27.989    28.289    28.589    28.889

>> Tempus_times_velocitas
v =

   16.889   19.889   22.889

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59495>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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