Community Profile

photo

wesleynotwise


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


pvalues = zero?
The pvalues of the coefficients and model are equal to zero. Are they too significant to be true? mdl = Nonline...

6 years ago | 1 answer | 0

1

answer

Question


Adding a New Column to a Table but get a warning?
Hello. I wanted to add a new column from a (500 x 4) Table, with some conditions, to another (500 x 13) Table. Not so sure why...

6 years ago | 1 answer | 0

1

answer

Question


RMSE of Weighted Nonlinear Regression
I fit a nonlinear model with weight and without weight. Whilst there is an improvement in R-squared in the weighted model, its R...

7 years ago | 1 answer | 0

1

answer

Question


if elseif else in Table
I have a column in my table containing numerical data, where I want to make them into 4 specific groups in a new column in the s...

7 years ago | 2 answers | 1

2

answers

Question


Artificial Neural Network - Equations?
Let say I want to predict the strength of a composite material using ANN. Is it possible to return a series of equations in the ...

7 years ago | 4 answers | 0

4

answers

Question


Initial values in nlinfit or fitnlm
I am trying to run a non-linear multiple variable model in Matlab. The model has about 20 coefficients. I have been using 1s as ...

7 years ago | 1 answer | 0

1

answer

Question


nlinfit and lsqcurvefit for problems with multiple variables?
Am I right to say that the *nlinfit* and *lsqcurvefit* are unable to solve non-linear problem with multiple variables?

7 years ago | 1 answer | 0

1

answer

Question


How to put 2 subplots as 1 subplot without merging their data?
I have created five subplots in one figure, where the data was grouped based on the country, say: Country A, B, C, D and E. ...

7 years ago | 1 answer | 0

1

answer

Question


Nonlinear regression + Cross Validation = possible?
Hello. World. I want to know is it possible to perform cross validation on nonlinear regression model?

7 years ago | 2 answers | 0

2

answers

Question


Scatter chart: How to adjust the transparency of marker?
Wondering how to change the transparency of marker from plot tools? At the moment, I can only adjust the line thickness and lin...

7 years ago | 2 answers | 0

2

answers

Question


Axis interval of scatter plot
Is there a more intelligent method to specify the interval of the axis of a scatter plot? fig1 = gscatter(x,y, 'k', '.') ...

7 years ago | 1 answer | 0

1

answer

Question


Power Log Zero Returns as Zero?
Can someone solve this maths mystery in Matlab? why log(0) returns as -Inf, but 5^log(0) returns as zero? log(0) ans...

7 years ago | 1 answer | 0

1

answer

Question


Adding new columns in a Table?
I think this should be quite simple, but somehow I couldn't find the solution online. I have two Tables, eg: Table1 and Table...

7 years ago | 1 answer | 0

1

answer

Question


How to find a particular data in a residuals plot
I have a residual plot ( _using plotResiduals(mdl, 'fitted')_)where the data is taken from a Table. Since I know the row num...

7 years ago | 1 answer | 0

1

answer

Question


Table back to its original form?
So one can sort the data in any column of a table in an ascending / descending order from the drop-down list on the heading. How...

7 years ago | 2 answers | 0

2

answers

Question


Heteroscedasticity: plotResiduals vs archtest
I know that one can use ' *plotResiduals(mdl, 'fitted')*' to check the presence of heteroscedasticity in the residuals. Wonderin...

7 years ago | 1 answer | 0

1

answer

Question


anonymous function + IF + fitnlm = possible?
Hello. Is it possible to have an anonymous function combined with an If statement in a non-regression function? something like ...

7 years ago | 1 answer | 0

1

answer

Question


Scatter plot: Data exclusion
I have my data stored in a table form, and I would like to have a scattered plot without certain data. How can this be done? ...

7 years ago | 1 answer | 0

1

answer

Question


ismember: how to read the results quicker?
Hello. I would like to know how to return real values instead of logical values when the 'ismember' is used? eg: A = [1 ...

7 years ago | 2 answers | 0

2

answers

Question


Scattered plot for different groups of data, subplot?
Let say I have a table which contains three columns, Country (4 countries), Variable x and Response y. I would like to know how ...

7 years ago | 1 answer | 0

1

answer

Question


Removing leverage = infinite loop?
I have a nonlinear model and I used plotDiagnostics (model, 'leverage') to find observations with high leverage. However,aft...

7 years ago | 1 answer | 0

1

answer

Question


Re-order legend but mismatch colour?
I want to differentiate my data in a scattered plot based on the source of data, e.g. USA, Italy, UK and France. I realised that...

7 years ago | 1 answer | 0

1

answer

Question


Plot: Predicted vs Actual Response and Residuals vs Predictors?
I have a regression model, and I would like to create two plots to examine its validity. The first plot is predicted vs actua...

7 years ago | 1 answer | 0

1

answer

Question


Nonlinear regression with categorical predictor?
Suppose I have the following equation y = (k1|x1)*(k2*x2)*(k3*x3^(1/k4)) where k1 is a coefficient depending on variable ...

7 years ago | 2 answers | 0

2

answers

Question


gname to display more than one label
I would like to know is there a way to display two labels for a point? This command does not work gname(car_model, car_y...

7 years ago | 0 answers | 0

0

answers

Question


Reading Table at fixed interval?
For the following two commands Table(1:10, :) %first Table(1:2:10, :) %second I know the first command will show the ...

7 years ago | 1 answer | 0

1

answer

Question


How to assign specific value for character
I have a cell array of character vectors, let say A = {'r' 'b' 'g'; 'g' 'r' 'b'; 'b' 'r' 'g'} how do I change this chara...

7 years ago | 2 answers | 0

2

answers