william Smith
Followers: 0 Following: 0
Statistiques
12 Questions
0 Réponses
RANG
133 129
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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_...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
code explanation question help!
%can you please explain what this code is calcuating? %Thanks! y= x(find(t > t(i)-0.3))
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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, θ, ? ...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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
plus de 5 ans il y a | 2 réponses | 0
2
réponses1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0