Jim Oste
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
35,588
of 295,467
REPUTATION
1
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
88.89%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Simple array step sizing.
I know this is probably easy to code but my mind just isn't running on all cylinders today. I need an array of given size to dec...
9 years ago | 2 answers | 0
2
answersQuestion
Fourth order approx. of first derivative.
I am working with numerical differentiation and I am approximating the first derivative of f(x)=sin^2(x) with a fourth order app...
9 years ago | 1 answer | 1
1
answerQuestion
Indexing error in function code.
I have the following function: function [ r ] = ost_approx_rate_conv( h_1,B ) n = 1:length(B); k = 2:1:length(B); h...
9 years ago | 2 answers | 0
2
answersQuestion
atan Taylor Polynomial using polyval function.
I need to write a function that computes the Taylor polynomial P_n(x) for a general odd number n>=1 using the built-in Matlab fu...
10 years ago | 2 answers | 0
2
answersQuestion
Sparse linear system of equations
I'm given the following: [I_N - (N+1)^2]*B_N = V_N where N ≥ 3, I_N is and N x N identify matrix, B_N is the N x N matrix with...
10 years ago | 1 answer | 0
1
answerQuestion
Vertices of regular n-gon.
I want to find the perimeter of a regular inscribed polygon given N sides. I have a function that will calculate the distance fr...
10 years ago | 2 answers | 0
2
answersQuestion
Inscribed n-gon of unit circle.
I was given the following code to determine the length of a polygonal curve function [ len ] = ost_len( x,y ) %Length of...
10 years ago | 1 answer | 0
1
answerQuestion
Fibonacci number without any loops?
My problem is to use the fprintf command to print out the first N Fibonacci numbers in a two-column table under heading N and F_...
10 years ago | 2 answers | 0
2
answersQuestion
How do I find polygonal curve length?
My problem is to write a function to compute the length of a polygonal curve whose ith vertex has Cartesian coordinates x(i) and...
10 years ago | 1 answer | 0