![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16083992_1567313894422_DEF.jpg)
Jose De La Pena
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
157.100
of 297.016
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 157.725
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
User-Defined function to add polynomials
function p= polyno(p1,p2,operation) %Write a user-defined function that adds are substract polynomials of any two orders len...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Is there a mistake with my code to calculate ballistic trajectory?
function [x,y]= DeLaPena_Trajectory(velocity,angle) %Fucntion that calculates x and y position of ball %Inputs: Velocity(m/s) ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I get two values of a function when using a loop?
%Ball Trajectory Graph %Define the for loop first velocity= [30,40,47.16]; angle=[5,7.5,10,30,45,60]; for ii=1:length(ve...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How to use loops for specific numbers
So, I have a projectile for which I have created a User-Defined function for, however, the question asks to use the user defined...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Hello fellow coders, I ran into a predicament for a code to calculate the time differnce in A.M, and P.M
function [dt]= timediff(TA,ap1,TB,ap2) %This function will calculate the time difference between two times AM,PM %Input:TA= a ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Using a For Loop to calculate the pi for a taylor series
Write a program (using a loop) that determines for a given n. Run the program with n = 10, n = 100, and n = 1,000. Compare the ...
oltre 5 anni fa | 2 risposte | 0