Statistiques
7 Questions
0 Réponses
RANG
35 035
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
Maxima of a function using fminbnd
I want to find the maximum of lambda for a function M(lambda,T), describing the radiation, for fixed values of T using the metho...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Level curves to two functions (Contour plot)
I want to solve a system of nonlinear equations: x^2 + y*sin(y) - 3 = 0 x*y + exp(x) + y -5 = 0 So I introduced the tw...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
Level curves to two functions for solving nonlinear system of equations.
I want to solve a system of nonlinear equations: x^2 + y*sin(y) - 3 = 0 x*y + exp(x) + y -5 = 0 So I introduced the tw...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot a family of circles in 3D
I have the following code for plotting 100 circles in separate height planes where the radius increases from 1 to 100. if t...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Vectors of different length when using plot3.
Basically I want to do a 3D plot of 100 circles with different radii and on a new height plane(h) for each circle. The radius in...
plus de 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
Compute the infinite sum of pi/4 up to 5 correct decimals.
I want to approximate pi/4 by using the infinite sum pi/4=((-1)^(n))/(2*n+1) from 0 to infinity. Here is my MATLAB code: if...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Error in matrix dimension and using a plus sign?
I am trying to write a code for the Midpoint rule given by : M = \sum_{i=1}^{n}hf(\frac{x_{i-1}+x_{i}}{2}) My MATLAB co...
plus de 11 ans il y a | 2 réponses | 1