photo

Seb Seb


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
3 Answers

RANK
104,269
of 300,343

REPUTATION
0

CONTRIBUTIONS
3 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

Feeds

View by

Question


Interactive plots in a report
Hello, For my current project, I use a GUI to display and sort some data. Then, I create a word report to share the results (...

8 years ago | 1 answer | 0

1

answer

Question


How to read a csv file (with header + ignore some columns)
Hello, I’m in trouble to read a csv file. Here is a sample: ,,,,,,String1[°C], String2[°C], String3[m/s], String4[°C],...

9 years ago | 1 answer | 0

1

answer

Answered
Get the coefficients in a vector from cftool ?
Thanks a lot, it's working. And now reshaping make sense. Thanks, Seb.

10 years ago | 0

Answered
Get the coefficients in a vector from cftool ?
It still not working. x2=reshape(meshgrid(x,y), numel(z), 1); y2=repmat(y, 15, 1); z2=reshape(z, numel(z), 1); >>...

10 years ago | 0

Answered
Get the coefficients in a vector from cftool ?
Thanks for the answer. Unfortunately, it doesn't work, I got the same problem as fittype. Here is the message error : ...

10 years ago | 0

Question


Get the coefficients in a vector from cftool ?
Hi, In my script (*.m file), I would like to use cftool to get the 15 coefficients from a polynomial function (degrees 4) and...

10 years ago | 5 answers | 0

5

answers