photo

Michael


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
13,023
of 300,750

声誉
2

贡献数
7 个提问
1 个回答

回答接受率
71.43%

收到投票数
2

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Matlab crashes while debugging mex file
I am writing C code and compiling to mex files. I compile with the -g option and debug with Visual Studio (I use the Tools -> At...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
sorting
Check the function called sortrows(matrix, column). It might be helpful for what you want to do.

13 years 前 | 0

提问


Generating mex file from Matlab code containing regionprops
I'm trying to generate a mex file from Matlab code without much success. The function I want to compile calls the function re...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Mex file with OpenMP - Unexpected behavior
I am trying to create a mex file using the multi-theading support provided by OpenMP. The following code is my simple test pr...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Logical Array Memory Allocation
Why does Matlab allocate one byte for every element in a logical array? Is there a way to make it one bit per element?

14 years 前 | 2 个回答 | 2

2

个回答

提问


Visualizing a tree
I have a classification tree created using AdaBoost's toolbox (GML). I want to visualize this tree. Does anyone know of a simple...

14 years 前 | 2 个回答 | 0

2

个回答

提问


Leraning classification with most training samples in one category
My question is not Matlab specific but more theoretical. I'm currently using boosting to create a two class classifier and my...

14 years 前 | 1 个回答 | 0

1

个回答

提问


How can I write a raw double precision image to disk?
I have a double precision image with small values and a very small dynamic range. I want to write this image to disk "as is": if...

14 years 前 | 3 个回答 | 0

3

个回答