Statistik
7 Fragen
0 Antworten
RANG
35.035
of 300.392
REPUTATION
1
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
1
RANG
of 20.934
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.373
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 12 Jahre vor | 2 Antworten | 1
