Statistica
5 Domande
                        0 Risposte
RANK
82.815
                          
                          
of 300.381
                        
REPUTAZIONE
0
                           
                        
CONTRIBUTI
                          5 Domande
                          0 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            60.0%
                        
VOTI RICEVUTI
0
RANK
of 168.477
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
Utilize variable from different function
Hello, I have one function (Golf_Projectile_DragMagnus) which outputs the final distance reached by a golf ball with varying f...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
I must find the magnitude of the h step in order to have an x_impact accuracy of 0.1m. I dont understand why when I change my dt my final impact distance changes so drastically when its supposed to approach a final more accurate result.
function Projectile_motion_variation_drag_Magnus clear clc format long g; workspace format compact fontSize = 20; g ...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
Projectile motion with drag. My problem is in the loop as the number of elements are not equal apparently on the left and right. Id appreciate detailed input ive been lost on this for a couple of days now
function Yoted clear clc format long g; workspace format compact fontSize = 20; g = 9.81; %...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Projectile motion with drag. Im not sure what Im doing wrong here but it tells me my matrix dimensions must agree however I thought that if I use .* it can multiply a scalar and a vector together
function projectile_golf clear clc format long g; workspace format compact fontSize = 20; g = 9.81; % a...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Projectile motion with drag and magnus effect. So far im just trying to make it work with air resistance however I get a Index exceeds the number of array elements (1). Error in projectile_golf (line 36) vx(i)=vx(i-1)-FdragX(i-1)*dt;
function projectile_golf clear clc format long g; workspace format compact fontSize = 20; g = 9.81; % a...
quasi 5 anni fa | 1 risposta | 0

                
              