photo

Marco Bertola


Last seen: 10 meses hace Con actividad desde 2021

Followers: 1   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
2 Respuestas

File Exchange

1 Archivo

CLASIFICACIÓN
185.579
of 300.365

REPUTACIÓN
0

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
20.420 of 20.933

REPUTACIÓN
0

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
2

CLASIFICACIÓN

of 168.262

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

  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


Boutroux-Differentials
This is the code accompanying the paper arxiv:2408.15234

10 meses hace | 1 descarga |

0.0 / 5

Respondida
What is the code for lagrange interpolating polynomial for a set of given data?
One less loop x = [0 1 2 3 4 5 6 ]; %The nodes N= size(x,2); %The number of nodes J=1:N; P=zeros(1,N); LL=poly(x); LLder...

alrededor de 2 años hace | 0

Respondida
sorting according to another vector
I think the question (which I had too) was: I have a reference vector [1.2 3.3 4.4] eg and another ``similar'' vector [3.2 1...

más de 4 años hace | 0