photo

liv_ped


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
237,290
of 300,392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Sensitivity Analysis for a linear model
Hello, I am trying to understand how certain parameters affect the ouput in the code attached. I want to understand how chang...

6 years ago | 1 answer | 0

1

answer

Question


How to split data into different regions and then add trend line to each region
Hi, I have a set of data and I want to split in into three different parts and then add a trendline to the first two parts to...

6 years ago | 0 answers | 0

0

answers

Question


Fit data to an exponential curve using fitdist
Hello, I'm trying to fit the following data to an exponential curve using fitdist. This is the code I have but the graph does...

6 years ago | 1 answer | 0

1

answer

Question


How to make plots with symbols(representing data points) and a fitting curve (fit the points with polynomial or other curve equations)
This is the code I have right which gives a smooth curve passing through the data points: figure x1 = [0,0.0521,0.1042, 0.15...

6 years ago | 1 answer | 0

1

answer

Question


How do I make a smooth curve using the following data?
x1 = {0,0.0521,0.1042, 0.1563, 0.2083, 0.2604, 0.3125, 0.3646, 0.4167} y1 = {2.4015, 2.9473, 4.5847, 5.7855, 7.4229, 9.6061, 12...

6 years ago | 2 answers | 0

2

answers