統計
MATLAB Answers
6 質問
0 回答
ランク
of 176,174
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to write the code for the following condition
I want to find the value of theta0 and theta1,which when substituted in the equation i have to get beta=0.5 the eqn is 2*(s...
12年以上 前 | 1 件の回答 | 0
1
回答質問
To solve dis elliptic integral
I need to solve dis eqn x= alpha*((sin(theta1)*(int(sin(phi)/(sqrt(a+(b*sin(phi)))))))+ (cos(theta1)*(int(cos(phi)/(sqrt(a+...
12年以上 前 | 0 件の回答 | 0
0
回答質問
How to solve a equation
%% how to solve beta syms beta (6*beta)/(1-(2*beta)) = cos(Mo*(1+beta)/6) %% unknown is beta , Mo=0.5
12年以上 前 | 0 件の回答 | 0
0
回答1
回答質問
how to find the numerical integration in matlab
Input: syms a b phi h=int((sin(phi)/(sqrt(a+(b*sin(phi))))),phi) h1=vpa(h) Ans: Warning: Explicit integral could not b...
12年以上 前 | 2 件の回答 | 0
2
回答質問
how to find the ansers for an elliptic integral.
I am prashanth doing a project using matlab.I am new to matlab.I want to know how to interpret an elliptic integral and how to s...
12年以上 前 | 1 件の回答 | 0
