photo

Adam Pigon


Last seen: oltre 3 anni fa Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

10 Domande
1 Risposta

RANK
37.964
of 300.364

REPUTAZIONE
1

CONTRIBUTI
10 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
30.0%

VOTI RICEVUTI
1

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 5 anni fa | 2 risposte | 1

2

risposte

Domanda


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, ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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); ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Risposto
Speeding 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...

circa 8 anni fa | 0

Domanda


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...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Differing computing time for simple algebraic operations
Dear All, I have the following code: clc % parameters and exogenous grids t = 1; T =...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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]...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta