Community Profile

photo

jgd0008


自 2016 起处于活动状态

Followers: 0   Following: 0

联系

life student

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

6 years 前 | 0

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

已回答
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{...

7 years 前 | 1