photo

jgd0008


Active since 2016

Followers: 0   Following: 0

Message

life student

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
18,579
of 297,527

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

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

7 years ago | 0

Question


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

8 years ago | 0 answers | 0

0

answers

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

8 years ago | 1