Domanda


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

quasi 14 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Risposto
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(:)

quasi 14 anni fa | 0

Domanda


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

quasi 14 anni fa | 0 risposte | 0

0

risposte

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

quasi 14 anni fa | 0

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

quasi 14 anni fa | 0

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

quasi 14 anni fa | 1

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

quasi 14 anni fa | 0

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 14 anni fa | 1 risposta | 0

1

risposta

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

quasi 14 anni fa | 0

Domanda


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

quasi 14 anni fa | 2 risposte | 0

2

risposte

Risposto
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 "...

quasi 14 anni fa | 2

Domanda


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

quasi 14 anni fa | 3 risposte | 0

3

risposte

Domanda


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

circa 14 anni fa | 1 risposta | 0

1

risposta