photo

Snirisa Gödel


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
35,035
of 297,527

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 0 answers | 0

0

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 0

2

answers

Question


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

11 years ago | 3 answers | 0

3

answers

Question


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

11 years ago | 1 answer | 0

1

answer

Question


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

11 years ago | 2 answers | 1

2

answers