photo

Michael Kurniawan


2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
268,003
of 297,503

評判
0

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

回答採用率
57.14%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Simultaneous equations double answer
F= [L1(1)*4*pi*((L1(2)-x(1))^2+(L1(3)-x(2))^2)-x(3); L2(1)*4*pi*((L2(2)-x(1))^2+(L2(3)-x(2))^2)-x(3); L3(1)*...

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

1

回答

質問


simple question : mathematica defining variable
PowerDensity[antenna_, loc_] := Module[antenna {a, b, c} loc {x, y}, PowerDensity = c/(4*Pi*((a - x)^2 + (b - y)^2)^(1/2)...

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

0

回答

質問


How to put input of functions as an Array of elements
hi I just wanted to know if I had a function fuction [random]= S(x,y) and I want the input x and y to be an array ele...

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

1

回答

質問


What is wrong with my "if is integer" code
I have a function roman= dectoroman(number) I want first to test out for if the number is an interger or not and I tried using ...

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

2

回答

質問


How to Limit input to a whole interger?
Hi Im trying to tell matlab to only allow input for whole numbers only i.e no numbers such as 23.4. How do I do this? also by do...

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

1

回答

質問


Infintite Loop- bisection search how to stop
function rootx = bisectionSearch (fhandle,a,b,epsilon) while (b-a) > epsilon %assume a<b m =(b+a)/2 fhandle...

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

1

回答

質問


Decimals to Roman Numerals
Hello I'm student currently studying MATLAB and I have a project to turn Decimals to Roman Numerals. I wanted to know if it was ...

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

2

回答