Community Profile

photo

Jeff


Imperial College

Active since 2011

Statistics

  • First Review
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to find number of significant figures in a decimal number?
For example, given a decimal number 31.4560000 I'd like to know number of significant figures in the number which is 5(3,1,4,5,6...

9 years ago | 2 answers | 3

2

answers

Question


Question about using C library created by codegen in C program
The C function (C static library) created by codegen takes an input argument of type *const emxArray_uint32_T* and return values...

10 years ago | 1 answer | 0

1

answer

Question


How to specify the download location of Matlab 2014a
The default location is not large enough for the Matlab installation files. During the whole process there's no option being gi...

10 years ago | 1 answer | 0

1

answer

Question


Can not run a modified kmeans.m
I modified the original kmeans.m function in order to carry out certain experiment.I removed the part that handles empty cluster...

10 years ago | 1 answer | 0

1

answer

Question


kmeans for dataset that's too big for memory
Hi, I'd like to do kmeans for a dataset that is too big to be loaded in memory. What options do I have? I can load a part of...

10 years ago | 1 answer | 0

1

answer

Question


Question about building MEX file
Hello, I'm learning others' work on building MEX file and find a command like the following: *mex [certain source files] r...

11 years ago | 1 answer | 0

1

answer

Question


How is execution time (cpu time) calculated for multi-core cpu?
1) For multi-core cpu, when I use profile to check the execution time, does profile include the hidden time due to the parallel ...

12 years ago | 2 answers | 0

2

answers

Question


'dec2bin' produce error when converting rounded float number
I tried to load an image, scale and output the binary code of each pixel. 'dec2bin' requires integer smaller than 2^52, so I rou...

12 years ago | 2 answers | 0

2

answers