photo

Michael


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
13,023
of 300,571

REPUTATION
2

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
2

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,680

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

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

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

13 years ago | 0

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 2

2

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 3 answers | 0

3

answers