william Smith
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
133.143
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
left and right sides have a different number of elements
Getting error with this line, please advise, Thanks! dA(i)=(rate_a(i).*F.*Q)-(rate_b(i).*F.*L)-(rate_c(i).*F); left and righ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How do i break a loop at set values to NaN
I need to break a loop when i reach values if alpha<-pi or apha>pi and set values for alpha and x(direction) to NaN, this is not...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to solve an integral using trapz
trying to solve the following equations using trapz: Thanks! w=integral abs(p* x_dot) would this work: w=trapz(abs(p(i)*x_...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
code explanation question help!
%can you please explain what this code is calcuating? %Thanks! y= x(find(t > t(i)-0.3))
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Pendulum equations setup help
%setup : t, starts at 0, with time step dt, until tfinal , which is 1000 seconds. %initialize the x, ? dot, ? double dot, θ, ? ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
what does this code represents? and why rand() has no value between parentheses?
function [outcome]=customer x=rand() ; if x <= 0.2 outcome = 1 ; else outcome = 0; end
más de 5 años hace | 2 respuestas | 0
2
respuestas1
respuestaPregunta
generating random variable between 0 and 1 with probabilities
Hi all, I have two questions please: 1) how do i generate a random number either 0 or 1 with equal chances of accept and rejec...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting outputs from a function on one figure using for loop
Hello, I need help with the following question please, I am calculating the outputs for this function at different friction and...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
need help creating two nested for loops to run the function
function[v_a, x_direction, y_direction, v_b, t_flight]=func(friction, initalelevation) friction= 0.1 : 0.05 : 0.65 initi...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
use for loop to call the function 600 times
function[v_a, x_direction, y_direction, v_b, t_flight]=func(friction, initalelevation) friction= 0.1 initial elevation= 100 l...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Index in position 1 exceeds array bounds (must not exceed 25). Please help!!
function [Slotplayers,RoulettePlayers,HouseEarning]= hw5_func(SlotRounds,RouletteRounds) Slotplayers=zeros(SlotRounds+1,10); S...
más de 5 años hace | 1 respuesta | 0