Community Profile

photo

Asit Srivastava


Last seen: ungefär 3 år ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to differentiate a series of functions denoted by varying a parameter i=1,2 in (h_i)?
I typed the following code and command window displays unrecognised function h_i. If I remove the outer loop and replace "i" wit...

ungefär 4 år ago | 2 answers | 0

2

answers

Question


How to xlabel and ylabel while using pchip?
x=[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30] y=[76.35 65.69 61.58 60.04 59.60 59.71 60....

mer än 5 år ago | 0 answers | 0

0

answers

Question


How to plot a function obtained after integrating a two-parameter function with respect to one parameter?
y=0:0.01:1; f=@(t,y) exp(-t.*y); q=@(y) integral(@(t) f(t,y),0,2); g=@(t,y) sin(t.*y); p=@(y) integral(@(t) g(t,y),2...

mer än 5 år ago | 2 answers | 0

2

answers