Community Profile

photo

Dhairya


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2

Ver insignias

Feeds

Ver por

Pregunta


what is inline(vectorize function), also why to use fliplr for this?
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Not able to Understand Code for "Volume of Solid by Revolution"
clc clear all close all syms x f = input('Enter the function') fL = input('Enter the interval on which the function is defi...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


why full area not filled? area under the curve
clc clear all close all syms x y1 = 7-2*x^2; y2 = x^2+4; t = solve(y1-y2); t = double(t); f = int(y1-y2,min(t),max(t)); ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Difference between x = 0:0.1:2*pi and linspace(0,2*pi,0.1)
i was going through a matlab code and it had x = 0:0.1:2*pi written i wanted to ask what is the difference between this and lin...

más de 1 año hace | 1 respuesta | 0

1

respuesta