![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8440238_1522126612697_DEF.jpg)
Adam Pigon
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
37.942
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
30.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Speeding up (vectorizing) barycentric interpolation
Dear All, I have the following problem: is it possible to speed up the barycentric interpolation given below? I presume that ve...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Speeding up nested for-loops when vectorization seems to fail
Dear All, I have the following problem. There are relatively simple operations of barycentric interpolation in a large, multi-d...
alrededor de 5 años hace | 2 respuestas | 1
2
respuestasPregunta
Interpolation with NaN: how to interpolate a vector so it DOES contract the NaN
Dear All, I have the following problem: There are the following vectors: a = [-1, 0.15, 0.7, 0.9, 1.1, 1.98, NaN, NaN, ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Using matrix index coming from max function to get values from another matrix
Dear All, I have the following problem: A = randn(5,5); B = randn(5,5); C = randn(5,5); D = cat(3,A,B,C); ...
más de 7 años hace | 1 respuesta | 0
1
respuestaSpeeding up algebraic operations ( .* and .^ )
Dear All, thank you for all your comments. Obviosuly they speed up the code. The results are not as spectacular as a ten-fold de...
más de 7 años hace | 0
Pregunta
Speeding up algebraic operations ( .* and .^ )
Dear All, I have the following problem: I perform some basic algebraic operations on a set of matrices that are quite big and t...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Solving a single non-linear equation given by a vector of values and having a lot of parametrs efficiently.
Dear All, I have the following problem: I have an equation f(x,a,b,c,d,e) = 0, where x is a variable and other letters represen...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Differing computing time for simple algebraic operations
Dear All, I have the following code: clc % parameters and exogenous grids t = 1; T =...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Using interp1 multiple times to find a root : interp1 on a matrix without loops. Using interp1 multiple times for different values of query points without loops.
Dear All, I have the following problem: I have a vector of arguments x and a vector of values v (both are monotonic; the roo...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Anonymous function returning either NaN or a real number depending if the input is a scalar or an element of a vector
I have the following problem: I have created a function f(a,b,c), where b and c are scalars and a is a vector, a = [1 2 3 4 5]...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Vectorizing fsolve: how to use fsolve on matrices instead of loops with parameters
Dear All, is it possible to solve with fsolve an equation with 5 parameters using matrices instead of 5 for loops iterating on ...
más de 8 años hace | 1 respuesta | 0