photo

Michael Kurniawan


Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
267 956
of 297 457

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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)*...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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)...

mer än 12 år ago | 0 answers | 0

0

answers

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 12 år ago | 2 answers | 0

2

answers

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 12 år ago | 2 answers | 0

2

answers