Statistiques
3 Questions
0 Réponses
RANG
237 829
of 300 365
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 933
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 262
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
solving an equatin... please help me
Pd = @(u)quadl(@(w)f(u,w), Yb, 1000*Yb) I want to know the value of u when Pd is 0.8. How do I write the code?? Please hel...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Please help me! I want to solve exponential function!
syms u f = @(u,w)exp(-(u+w)).*besseli(0,2*sqrt(u.*w)); Pd = @(u)quadl(@(w)f(u,w), Yb, 1000*Yb); I want to get the variable ...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Changing Histogram to PDF
clear all close all clc M=10000; N=100000; figure(1) for ii=1:N x =sqrt(12)*(rand(1,M) -0.5); if ii==1 ...
plus de 6 ans il y a | 1 réponse | 0
