Statistica
7 Domande
0 Risposte
RANK
166.753
of 295.712
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
0
RANK
of 154.359
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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)*...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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)...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 12 anni fa | 2 risposte | 0