Answered
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...

mer än 13 år ago | 1

| accepted

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

nästan 14 år ago | 0

Answered
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 ...

nästan 14 år ago | 4

Answered
'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 ...

nästan 14 år ago | 1

| accepted

Answered
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...

nästan 14 år ago | 0