photo

Dhairya


Last seen: presque 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
221 739
of 300 343

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
1

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


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...

presque 3 ans il y a | 2 réponses | 1

2

réponses

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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)); ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 3 ans il y a | 1 réponse | 0

1

réponse