提问


set(h, 'BackgroundColor', 'Black') - Not working in Linux
Hi, I'm making a gui with several edittexts. I would like these to have a black background and white text. First I tried to s...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Make NaN values transparent
Hi there, Once again I must ask for your wisdom and guidance :) Is there anyway to make NaN values transparent. More speci...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Axis numbers upside down
I made a gui which shows an ultrasound image. I made some axis to give an impression of the scaling. It worked fine, but after ...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Image convert to vector and vector convert to image
Have you tried using vec2mat to convert from vector to matrix? And the other way you can just use vector = matrix(:)

12 years 前 | 0

提问


Problem using "set(handles, 'Enable', 'off');"
Hey, I made a GUI with a bunch of edit texts and sliders, controlling how to show an image. But in order for them not to mess...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
need help optimizing this code...
Wouldn't it work with: % Turn vectors to matrix form W1 = repmat(w, [n 1]); W2 = repmat(w',[1 n]); % Multiply these ...

12 years 前 | 0

已回答
Image acquisition in matlab
Depends on how you want to combine them. If the file names are somewhat reasonable (i.e. identical like _file001.jpg, file002.jp...

12 years 前 | 0

已回答
How to create a GUI
You should use the Guide tool in Matlab (write "guide" in the command prompt, no quotation marks of course). This allows you to ...

12 years 前 | 1

已回答
image help
It shouldn't be infinite, but very possibly it will take a long time to run it. It seems to plot the image in a very weird and t...

12 years 前 | 0

提问


Plane in 3D space
I'm trying to define a plane in 3D for interpolation. Since it needs to be able to be any plan, my though was to first define x ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


RGB-images on a 3D cube
Hey, For a a presentation, I would like to make a 3D cube in Matlab (that's pretty simple I know), but I would also like for ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


External graphics in GUI
Hey there, I'm creating a GUI, and I was wondering if it was possible to add external graphics (static) without adding an axe...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
From normal vector (and point) to 3D plane
I might have been a bit sloppy with the details. So let me try to clarify: * I need to show a 2D plane of a 3D volume, which ...

12 years 前 | 0

提问


From normal vector (and point) to 3D plane
Hey, I am looking to plot a plane in 3D from its center point and normal vector. And on top of that it should preferably have...

12 years 前 | 2 个回答 | 0

2

个回答

已回答
External functions (with a GUI)
Got it to work, thanks to everyone contributing. To sum up (if anyone else has the same problem), what i needed was to use the "...

12 years 前 | 2

提问


External functions (with a GUI)
Hey there. I'm currently working on a GUI, that has to show images in 3 different axes. I have no problem handling it insides...

12 years 前 | 3 个回答 | 0

3

个回答

提问


Compiling for stand alone
I just started playing around with making Matlab programs with a GUI, but I can't figure out how to compile them so they work at...

12 years 前 | 1 个回答 | 0

1

个回答