Question


Is there an easy way to upload my Matlab GUI interface onto a website?
So that I can use it on the web instead of having it localized to one computer. Thank you

8 years ago | 0 answers | 0

0

answers

Question


How can I move a 'gridbox' 1 unit of Z axis up or down?
Hi guys, I want the 'gridbox' between x = -1 to -1.5 and y = -1 to -1.5 raised by 2 units on the z axis? This will make just ...

8 years ago | 0 answers | 0

0

answers

Question


How to raise one 'box' up or down by 0.5?
Hi everyone, I have a simple question. If I have a simple surface plot (surf(peaks)), then is it possible for me to 'raise' o...

8 years ago | 1 answer | 0

1

answer

Question


How to assign 'null values' to certain ranges of an equation based on a criteria?
Hi guys, I have two equations. I want one of those (Eq2) to only have valid values when Eq1 is yielding positive values. For ...

9 years ago | 2 answers | 0

2

answers

Question


How to make high quality publication-level 3d surfaces?
Hi guys, I'm using matlab to create simple 3d surfaces such as the one below. I would like to produce very high quality, "mod...

9 years ago | 0 answers | 0

0

answers

Question


How to make high quality publication-level 3d surfaces?
Hi guys, I'm using matlab to create simple 3d surfaces such as the one below. I would like to produce very high quality, "mod...

9 years ago | 0 answers | 0

0

answers

Question


How to generate THREE surfaces side-by-side
Hi guys, I want to generate THREE 3d surfaces side-by-side using matlab. I have used photoshop to combine 3 example surfaces ...

9 years ago | 1 answer | 0

1

answer

Question


How to align my X, Y, Z axes labels and have consistent spacing!
Hi guys, I am trying to find a way to beautify my 3d surface plots. I have the example surface below. Is there anyway that th...

9 years ago | 1 answer | 0

1

answer

Question


Is it possible to compile MatLab GUI to mac from windows?
Hi, I have a matlab GUI interface which I could like to compile so that it is executable on a mac machine (I'm using matlab o...

9 years ago | 1 answer | 1

1

answer

Question


Need help with a simple task of putting a textbox and a circle marker on a surface point?
Hi guys, I have this simple code: x = [0:10]; y = [0:10]; f1 = 3.45645; f2 = 5.4542121; Formula1 = @(x,y)(x+y); ...

9 years ago | 1 answer | 0

1

answer

Question


GUI Interface: Need advice on a few things
Hello there, I have the below test GUI .m file which takes three user inputs, outputs 1 value, and graphs a surface. Here...

9 years ago | 1 answer | 0

1

answer

Question


How to add a 'marker' and a 'textbox' for a given x,y,z in a surface?
Hi guys, A relatively simple question. I want to graph the below surface. But with it, I want to highlight just ONE point bas...

9 years ago | 0 answers | 0

0

answers

Question


Why is my GUI program producing an error when I 'Run' it?
When I run the below .m file, it gives me the following error: Error using feval Undefined function 'frequency_axes_Crea...

9 years ago | 18 answers | 0

18

answers

Question


MatLab GUI Question: Make non-editable textboxes
Hi guys, I have a test GUI code below (from a .m file which I got when I used the GUIDE wizard). Is there a way to make the t...

9 years ago | 1 answer | 0

1

answer

Question


How to add a data cursor to a 3d surface which only shows the 'Z-value'?
Hi guys, Imagine I have a very simple: surf(peaks) 3d surface. I would like to show a tiny pop-up window for a given x an...

9 years ago | 1 answer | 0

1

answer

Question


How to have a GUI interface to ask users to input variables and then show a 3D surface based on their inputs?
Hi guys, I have no idea how to do this. I love the graphs I can make with matlab. But I would love to generate graphs based o...

9 years ago | 1 answer | 0

1

answer

Question


Have a GUI interface, Have user inputs, generate a 3d surphase on the same interface?
Hi guys, Maybe I am asking too much. But with matlab, can I do the following? Ask user input to enter certain variables. U...

9 years ago | 0 answers | 0

0

answers

Question


How to add a border around a figure?
Hi there - I basically have the below three 'subfigures' in one FIGURE. I would like to put a border between them to create a bi...

9 years ago | 2 answers | 0

2

answers

Question


How to get default 'OuterPosition' for a figure?
Hi guys, If I have the below figure, how can I get its default 'OuterPosition'? I need this information so I can manipulate ...

9 years ago | 1 answer | 0

1

answer

Question


How to have three figures side-by-side to create one composite figure?
Hi guys, A basic question. I have the below test input. I want to put the three generated figures side-by-side and export it...

9 years ago | 1 answer | 0

1

answer

Question


Matlab Surface: Assign different color for specific portions of the graph.
Hi guys, Is it possible to color different areas of ONE surface? and also have a legend? Can I ask that anything > (25,25)...

9 years ago | 1 answer | 1

1

answer

Question


Mismatch between 'formula' and graphed 'surface'
Hi guys, I have a feeling that my code isn't generating the surface I want. I basically have this test function: x...

9 years ago | 1 answer | 0

1

answer

Question


How to have 'if statements' when defining 'constants'?
Hi guys, I want to use 'if statements' to set certain constants in my surface. I have created this example of what I am tryin...

9 years ago | 1 answer | 0

1

answer

Question


Why does my surface have a 'jagged' look when I do this?
Hi guys, I am trying to do this: <https://www.mathworks.com/matlabcentral/answers/214353-simple-question-how-to-graph-certain...

9 years ago | 2 answers | 0

2

answers

Question


Simple Question: How to graph certain surfaces depending on the Z value?
Hi guys, I'm trying to graph only Test1 for *Z2* > 5, and wanting to graph only Test2 for *Z2* < 5. x = [0:5]; y = [...

9 years ago | 1 answer | 0

1

answer

Question


How to have different styles of mesh for matlab surfaces?
Hi guys, I have the below three test surfaces. I want each of the three surfaces to have the same color, but I want them dist...

9 years ago | 1 answer | 0

1

answer

Question


Generate an equation from a 3d surface
Hi there, I am wondering if it is possible to generate an equation from a 3d surface? I have a surface that is composed of th...

9 years ago | 3 answers | 0

3

answers

Question


How to improve the quality of 3d surfaces for publication purposes
Hi guys, I want to enhance the quality of 3d surfaces so that they can be displayed in a presentation or be published. I want...

9 years ago | 1 answer | 0

1

answer

Question


Export_fig legend issue where legend items are very close to each other
When I try to graph the below surface with a 'horizontal' 'north' legend, the tif file that is exported from export_fig has an i...

9 years ago | 1 answer | 0

1

answer

Question


Want to make changes to the colorbar
Hi guys, I have a simply surface below which gets printed with a colorbar. I want to make some minor adjustments to the color...

9 years ago | 2 answers | 0

2

answers

Load more