統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
10年以上 前 | 1 件の回答 | 0
1
回答質問
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...
10年以上 前 | 0 件の回答 | 0
0
回答質問
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...
10年以上 前 | 1 件の回答 | 0
1
回答質問
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年 前 | 2 件の回答 | 0
2
回答質問
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年 前 | 3 件の回答 | 0
3
回答質問
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年 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 1