回答済み
dir function help
* Are you in the right working directory? Check with |pwd| and/or check whether the results of |dir| (without any parameters) co...

12年以上 前 | 0

回答済み
A bug in Matlab 2009
You imply the property |exp(x*y) = exp(x)^y| , which surely is true for real numbers, would also apply for complex numbers; but ...

12年以上 前 | 0

回答済み
Using MEX compiler options "-Dname=value"
I just got some limited example running: #include <mex.h> #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) #define...

12年以上 前 | 0

| 採用済み

回答済み
how to detect infected region in medical image say cancer or malaria parasites using microscopic images?
Jan, I agree with you, the question is very surprising. Especially the required effort in typing in a question and a title on MA...

12年以上 前 | 1

回答済み
Matlab list all files in subfolders of the same name...
Unfortunately I'm not allowed to post my solution to a similar problem, but I can roughly summerize my approach: I made a funct...

12年以上 前 | 0

質問


Access preallocated matrix on left hand side inside MEX
I recently wondered whether there would be a way/mechanism to write immediately into the data array of a preallocated "left hand...

12年以上 前 | 2 件の回答 | 0

2

回答

回答済み
nano second
At first I have to admit that everything I'll state now is pure mostly speculation and I don't have any reliable resources for t...

約13年 前 | 1

質問


Complexity of medfilt2 implementation in Matlab?
We've got some computing time issues while invoking medfilt2. I spent successfully some time on finding several approaches for o...

約13年 前 | 1 件の回答 | 1

1

回答