Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
267.511
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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)*...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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)...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 12 años hace | 2 respuestas | 0