Jose De La Pena
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
190,167
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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) ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
5 years ago | 2 answers | 0