Community Profile

photo

jgd0008


Con actividad desde 2016

Followers: 0   Following: 0

Contacto

life student

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to decrypt a pcode?
I know it´s an old subject. This guy had an utility running on the web. I used a couple of times, had some minor flaws. However...

alrededor de 6 años hace | 0

Pregunta


Fitting 4 data sets to non-linear least squares
Hello there, Im trying to fit 4 data sets to an analytical model. Im looking for K1, where K1(u,v,r,theta). It gives me a *"...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
how to import csv file in matlab
Hi, Something like this, may work; data = fopen('file_name.csv'); A = textscan(data,'%s','Delimiter','\n'); B = A{...

más de 7 años hace | 1