Dankur Mcgoo
University of Waterloo
Followers: 0 Following: 0
Statistics
RANK
6,337
of 295,569
REPUTATION
7
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
2
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
fitlm() with 0 intercept function returns different values for R2 betwen MATLAB 2020a and 2020b?
I am trying to find the coefficient of determination. I ran the same fitlm function in version 2020a and 2020b, but calling the ...
4 years ago | 1 answer | 1
1
answerQuestion
Saving matrix as a .tiff file with projection?
I have a matrix (618x1169 single) with values ranging from -6e(36) to 38355.4 that I am trying to save as a raster/Tiff. I would...
5 years ago | 1 answer | 0
1
answerHow to find which columns are different between two tables
A = rand(3,3); B = [A, rand(3,1)]; % Generating random tables idx = ~ismember(B,A); LookSee = B(idx); LookSee sh...
6 years ago | 1
| accepted
Question
K-mode clustering algorithm to cluster categorical data?
Has anyone come across k-mode script in the Matlabsphere? I've seen people respond with links to supervised learning algos, but ...
6 years ago | 1 answer | 0
1
answerQuestion
Saving strings (ex. 0222222) from MATLAB to Excel using xlswrite is saving as a numeric.
Hello, I am trying to save a string (i.e. 02222222) into excel. I need to keep the leading zero, but when I use xlswrite in ...
6 years ago | 1 answer | 0