william Smith
Followers: 0 Following: 0
Statistica
12 Domande
0 Risposte
RANK
133.143
of 295.569
REPUTAZIONE
0
CONTRIBUTI
12 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 154.105
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
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...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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_...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
code explanation question help!
%can you please explain what this code is calcuating? %Thanks! y= x(find(t > t(i)-0.3))
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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, θ, ? ...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
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
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 5 anni fa | 1 risposta | 0