Respondida
Writing and modifying attributes to h5 files
HDF5 attributes cannot be 'overwritten' with a different datatype. Since both the functions you mention work for you in crea...

más de 15 años hace | 2

Respondida
Image cropping across multiple files
You ought to be able to accomplish this with |imcrop| itself. First use this: [I1c rect] = imcrop(I1) Which returns t...

más de 15 años hace | 2

| aceptada

Respondida
Meshgrid
Either use <http://www.mathworks.com/help/techdoc/ref/interp2.html interp2>, <http://www.mathworks.com/help/techdoc/ref/griddata...

más de 15 años hace | 0

Respondida
3d image preprocessing- reading and loading images from a folder
If the files follow an order sequence of names, you can use the document example <http://www.mathworks.com/help/techdoc/import_e...

más de 15 años hace | 0

| aceptada

Respondida
Find position of the values of an array in a second array
With the above code, this correction should yield you your required output: dls(i)>look(j) You might be able to write this...

más de 15 años hace | 0

| aceptada

Respondida
Segmentation of 3D Brain MR Images
You could skip that first step by directly obtain synthetic MR images from <http://mouldy.bic.mni.mcgill.ca/brainweb/>. You can ...

más de 15 años hace | 1

Respondida
Plotting ellipses around plotted points
You could try using the *rectangle* function. Take care to offset the 'Position' by the width and height to ensure that the cent...

más de 15 años hace | 2

| aceptada