help-octave
[Top][All Lists]
Advanced

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

Re: Error with Octave


From: en4567
Subject: Re: Error with Octave
Date: Mon, 10 Oct 2016 23:48:05 -0700 (PDT)

Thanks for your reply!

Here is the beginning of Loading_history until 

function  Pressure_history = Loading_History(Pr, ir, tA, t0, deltat,steps) 
  syms t q w
  Pressure_history = zeros(1,steps+2);
  Psr = Pr*(1-(t/t0))*exp(-(t/w)) 
  Psrdt = int(Psr,t,0,t0) 
  y = Psrdt - ir 
  ynew  =subs(y,'w',0:0.05:10); 
  x= [0:0.05:10]; 
  wnew = interp1(ynew,x,0)

Excuse me but what does "call interp1 on a class mean" ?





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Error-with-Octave-tp4680070p4680074.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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