Statistics
3 Questions
0 Answers
RANK
279,997
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
How can I use Coefficients from fit(...,'sin8') inside the code for calculations?
I fit part of my data with _fit(x,y,'sin8')_ and want to use outcome coefficients to predict the rest _y_ with _x_ inputs. I wa...
8 years ago | 1 answer | 0
1
answerQuestion
I want to make regression in Matlab by my own formula. Is it possible to do it simple way?
When we want to make logistic regression we write in Matlab: [b,dev,stats] = glmfit(x,[y ones(size(y))],'binomial','logit'...
8 years ago | 0 answers | 0
0
answersQuestion
I need to analyze data from csv file in Matlab. Since csv file is large Matlab struggles with compilation. What can I do to make it more efficient?
Code reads particular rows from excel inside for loop and puts them into matrix. I need to operate with this matrix but Matlab t...
8 years ago | 1 answer | 0