Unit vector from the vector
Mostra commenti meno recenti
mean_speed_R, mean_speed_T and mean_speed_N are the components of mean_U0_vector. How should I express the unit vectors along R, T and N? Thanks a lot
I am writing the code as follows
mean_speed_R = mean(speed_R); %u_R_0
mean_speed_T = mean(speed_T); %u_T_0
mean_speed_N = mean(speed_N); %u_N_0
mean_U0_vector = mean_speed_R + mean_speed_T +mean_speed_N; % u_0 vector
magnitude_U0_mean_RTN = sqrt((mean_speed_R)^2 + (mean_speed_T)^2 + (mean_speed_N)^2);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su General PDEs in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
