photo

Bilal Ates


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

Followers: 0   Following: 0

統計

MATLAB Answers

12 質問
0 回答

ランク
69,396
of 300,381

評判
0

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

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,941

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,477

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Warning: Matrix is close to singular or badly scaled.
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...

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

0

回答

質問


truss system problem solve for matlab
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...

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

1

回答

質問


truss problems warning RCOND
a=cos(pi/6); b=cos(pi/3); % Fab Fag Fbc Fbg Fcd Fcf Fcg Fde Fdf Ffe Fgf Ax Ay Ey T=[ b 1 0 0 0 0 0 0 0 0...

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

1

回答

質問


struct matlab what i should write
What should I write (if ) instead for the output to be like this???

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

0

回答

質問


integral does not give results
x=sym('x') int(((x*exp(-x/3))+tan(x)),0,5) I can't find where I made the mistake, Matlab does not give results

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

1

回答

質問


I'm not sure it's true. If I have a mistake, can you fix it...
I'm not sure it's true. If I have a mistake, can you fix it syms x y z; f0=-4*z*exp(-x^2*y-z^2)*cos(x^2*y)-10*cos(x^...

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

1

回答

質問


plot on the same figure
MATLAB commands to plot, on the same figure f=3*(t^2) + 2*t - 0.5 g=2*t*(cos(t))

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

1

回答

質問


can you solve the system below?
2x-3y+4z=5 y+4z+x=10 -2z+3x+4y=0

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

1

回答

質問


what should I do. HELP function
[y, z]=rungeKutta(2,4,0,1,10000) function dydx=f(x,y,z) dydx=-2*y + 4*exp(-x) + exp(-1000*(z^2)); end function dzdx=g(...

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

2

回答

質問


How can I write these functions to the press

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

1

回答

質問


solution with the Runge-Kutta method HELPP
for i=1:(length(x)-1) % calculation loop k_1 = F_xy(x(i),y(i)); k_2 = F_xy(x(i)+0.5*h,y(i...

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

1

回答

質問


How can I translate the above psuedocode to
How can I translate the above psuedocode to `MATLAB`? Thanks.

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

1

回答