Beantwortet
Help vectorize my poor code or make it faster
If your y and z values are all integers then I think this will work in place of the nested for loops: idx = sub2ind(size(ma...

mehr als 13 Jahre vor | 1

| akzeptiert

Beantwortet
How do I start matlab from shell in 32 bit mode
Use the win32 option: matlab -win32

mehr als 13 Jahre vor | 0

Beantwortet
Log scale graphic with negative value
When you choose "log" as the scale for an axis, Matlab either chooses to use log10(x) or -log10(-x) as the transform, depending ...

mehr als 13 Jahre vor | 4

Beantwortet
'horzcat' error when using dicomread() within a for-loop
In the call to dicomwrite you have tried to concatenate the matrix of pixel data (I) with the name of the file - basically, you ...

fast 14 Jahre vor | 1

| akzeptiert

Beantwortet
data cursor errer
This error is caused by having a script called "line" on the MATLAB path and this is "shadowing" the built-in MATLAB line functi...

fast 14 Jahre vor | 0