Jim Oste
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
35.588
of 295.673
REPUTACIÓN
1
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
88.89%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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_...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 10 años hace | 1 respuesta | 0