photo

Phuwanut Pataratawinun


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
10 Solutions

RANK
36,312
of 300,352

REPUTATION
1

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
37,449
of 168,212

CONTRIBUTIONS
0 Problems
10 Solutions

SCORE
117

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Solver

View badges

Feeds

View by

Question


export() live scripts not working
I tried to use this code to export multiple files in a folder, but it's not working: Publish() works fine, but not export whose...

3 years ago | 2 answers | 0

2

answers

Question


How to substitute matrix into function handle
I am trying to make this function work with any number of functions F{} and starting variable xx[] I have distilled it down to ...

3 years ago | 1 answer | 0

1

answer

Question


MATLAB thinks function is a matrix
I am trying to make the following code (using the Newton-Raphson method) dynamically adjust to any number of variables. clearva...

3 years ago | 1 answer | 0

1

answer

Question


Finding erf using Maclaurin series breaks down around x = 5
After I got around 2.9850991e+40 instead of 1 at x=10, I thought it may be related to precision, so I tried this code: X = [0.5...

3 years ago | 3 answers | 1

3

answers