Aiswaria
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
214 548
of 300 788
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 21 091
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 083
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
Feeds
Question
how to calculate the area under a plot? when I use the area option, I'm not getting a satisfactory value. someone pls help me.
the program is attatched herewith clear all; clc; t=0:0.1:2.4; %total no. of points f=1./t fs=10; %sampling frequency y=xl...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
when i'm trying to run the below program, it is showing the following error ??? Undefined function or method 'syms' for input arguments of type 'char'. Error in ==> harbr at 3 syms z. But it is running in other systems without any error being shown.
The program is as follows: clear all; clc; syms z s=int(z,0,1.4) Why is it not working in my system? Please help ...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
when i'm trying to run the below program, it is showing the following error. ??? Undefined function or variable 'z'. Error in ==> integration at 6 I=integrate(z*(cosh(k*(d+z)))^2,z,0,hc);
the program is as follows: clc; d=input('d='); L=input('L='); hc=input('hc='); k=2*pi/L; I=integrate(z*(cosh...
presque 13 ans il y a | 1 réponse | 0
1
réponseQuestion
when i 'm trying to run this mfile it is giving the following error ??? Undefined function or method 'solve' for input arguments of type 'double'. Error in ==> tofindx at 14 . can anyone please help me to solve the problem? thanku
clc; clear all; x=0; f=input('force:'); rho=input('rho:'); D=input('diameter:'); Cd=input('Cd:'); Cm=inpu...
presque 13 ans il y a | 1 réponse | 0
