photo

Michael Kurniawan


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
268,026
of 297,527

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答