help-octave
[Top][All Lists]
Advanced

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

What the fuck am I doing wrong?


From: Jimmie713
Subject: What the fuck am I doing wrong?
Date: Wed, 5 Sep 2018 12:06:42 -0500 (CDT)

clear all
clc
% Data
syms t
v=((1\(60^2))+0.8*t)^(-0.5);
T0=0;
T1=4;
S0=0;
%Velocity
vT1=((1\(60^2))+0.8*T1)^(-0.5);
% Position
s=int(v, T0,T1);
% Acceleration
a=diff(v,t);
t=T1;
a=eval(a);
% Display results
vT1
s
a
% End

Afterwards it says some shit about passing floating point values.
When I run it on Matlab it gives me the wrong values.  I'm about to punch my
computer




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



reply via email to

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