photo

Jane Smith


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
111,541
of 300,781

評判
0

コントリビューション
12 質問
0 回答

回答採用率
58.33%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Maximum Likelihood Estimation function
syms a logL=100.*log(a)+sum(log(exp(a.*c2))+sum(log((1+exp(a.*c2)).^-2))); j = fplot(logL) hold on %% m=100/a; o=sum(c); ...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


Calling out from for loop
for i=0:7 i=fibonacci(sym(i+1)) end I have this for loop and i want to call out the 6th term so i put it in an equation. ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Plotting points of intersection using Newton Raphson
I am creating a raw code for the Newton raphson method using a while loop like so x=1; xold=0; i=0; format short while abs(...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Newton Raphson to find intersection of graphs
So after i plotted the functions f=cos(x)+1 and g=sin(x) and tried to mark where the graphs intersect using this code x=0.5; x...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


For loop with previous result
for t=1:n a(t)=600+10^t b(t)=600-a(t) end I want that b to always taking the previous result so, b(1)=600-a(1) b(...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Taking a descend interval
for t=1:n [L(t)]=(1/(50)^(t)) [C(t)]=(1/(800))^(t); end For the 1st line (L(t)) i need to use the interval 1:n howev...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


2 values for inputs of a function
If i have a function example: function(T,L)=answ(b,c,d) L= b + c + d T= 2*L end and i have 2 of c which are 25 and 60 1 o...

約5年 前 | 1 件の回答 | 0

1

回答

質問


Computing same monthly payment
Month = (1:n)'; Monthly_Amount(60,1)=(P*i/(1-(1+i)^-n)) This is part of a code to create a monthly payment. My question is tha...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


How can i create a table?
I need to create a table from a function of inputs and outputs of vectors of loan repayments. What is the layout of the commands...

5年以上 前 | 1 件の回答 | 0

1

回答

質問


n as the natural numbers
What command is used to enter that n is element of the natural numbers?

5年以上 前 | 2 件の回答 | 0

2

回答

質問


How can i display this sequence in a graph?
x_n = (n.^2-1)/n.^2 Using Matlab.

5年以上 前 | 1 件の回答 | 0

1

回答

質問


How can i write this in Matlab?

6年弱 前 | 1 件の回答 | 0

1

回答