azarang asadi
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
147,102
of 295,569
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
70.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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 to use sequentialfs in regression?
I'm trying to use sequential feature selection in a regression problem and I keep on getting errors. I know something is wrong w...
1 year ago | 1 answer | 0
1
answerQuestion
Backward and Forward stepwise regression?
i'm using stepwiselm to find a feature subset. I know the function uses a combination of forward and backward elimination. I nee...
1 year ago | 1 answer | 0
1
answerQuestion
find the best linear regression model using stepwiselm
Hi all; sp I have a table with the response variable bein 'VNAF'. I have 9 other predictors and I'm trying to use stepwiselm to...
2 years ago | 1 answer | 0
1
answerQuestion
write superscript in string
Hello all, I'm trying to show my R squared as a title but i wan 2 to be as a superscript not just R2. Here's my inputs: R2 = 0...
2 years ago | 1 answer | 0
1
answerQuestion
Logical indexing cell array
I have a cell array as follows: array = 5×4 cell array {[ 0.5000]} {[ 0.0250]} {[0.4000]} {[ 0.0150]}...
2 years ago | 2 answers | 0
2
answersQuestion
Why does lsqnonlin find wrong coefficients?
I'm trying to learn lsqnonlin and I just tried an example and it failed to find the right answer. Here's my example: X = ran...
2 years ago | 1 answer | 0
1
answerQuestion
How to find the file in a folder that contains a specific word
I have three files in my folder: subject10_post_acc_global.sto subject10_post_vel_global.sto subject10_post_pos_global.sto I...
3 years ago | 1 answer | 0
1
answerQuestion
How to create a table from a string array as header and a numerical matrix as data?
Hello everyone, So I have a string array as my header like this : header = ['time' 'femur_r_X' 'femur_...
3 years ago | 1 answer | 0
1
answerQuestion
How generate a patch object with tetramesh?
I have a triangulation object and I'm trying to create a patch from it using tetramesh, but once I use tetramesh it gives me dou...
3 years ago | 1 answer | 0
1
answerQuestion
Gaussian using fspecial('gaussian',h,s)
Hi, I'm trying to generate a gaussian with fspecial but I keep on getting the same error: Error in fspecial (line 8) LG...
5 years ago | 1 answer | 0