photo

Dankur Mcgoo


University of Waterloo

Last seen: 2 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
6,371
of 299,768

声誉
7

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
2

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Review
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 1

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
How 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...

7 years 前 | 1

| 已接受

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

7 years 前 | 1 个回答 | 0

1

个回答