Community Profile

photo

wesleynotwise


2017년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

6년 초과 전 | 답변 수: 2 | 1

2

답변

질문


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년 전 | 답변 수: 4 | 0

4

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 2 | 0

2

답변