Question


Rotate axes labels to align with axes angle in surfaces
Hi there, I have the following example surface: figure(1) surf(peaks) xlabel('X Axis') ylabel('Y Axis') zlab...

10 years ago | 1 answer | 2

1

answer

Question


How can I animate my 3d surface like this?
Hi guys, I want to present my data in a cool animated fashion as shown in this video: http://www.youtube.com/watch?v=JaMgi4XB...

10 years ago | 2 answers | 0

2

answers

Question


How to create a 'rotating' gif or movie of a surface?
I have a 3d surface in Matlab. I want to create a rotating 3d surface so that it is viewed from all directions and then be able ...

10 years ago | 2 answers | 0

2

answers

Question


How to export surfaces into Adobe Illustrator, so that I can edit them further?
Hello, I want to export my surfaces into something like Adobe illustrator or something so that I can edit each component of ...

10 years ago | 0 answers | 0

0

answers

Question


Have surfaces in powerpoint
Not sure if my question is too relevant for this forum. I am using Matlab to create 3d surfaces. However, I am trying to find a ...

10 years ago | 1 answer | 0

1

answer

Question


Is there a way I can create one graph out of many other graphs? (i.e., a combo graph)
Hi guys, Here's what I want to do. I have 3 different formulas: x = [-10:10]; y = [-10:10]; Formula1 = @(x,y...

10 years ago | 1 answer | 0

1

answer

Question


How can I graph an equation with 'changing constant' values?
Hi, I have a relatively straightforward question: How can I graph a surface with a changing 'constant' value depending on wh...

10 years ago | 2 answers | 0

2

answers

Question


How to create a consolidated 'average' surface of three or more surfaces?
I have three surfaces as follows: Z1 = x + y; Z2 = 2x + y; Z3 = 3x +y; How can I create a consolidated 'average' graph o...

10 years ago | 1 answer | 0

1

answer

Question


Complex question: Want to find [x,y] when z > 0.5 from z of other surfaces.
For instance, I have three basic surface plots: x = [-10:10]; y = [-10:10]; test1 = x + 0.5*y; test2 = x + y; test3 = x + ...

10 years ago | 1 answer | 0

1

answer

Question


How to find when a surface deviates from other surface(s)
Hi guys, I have 3 surfaces. I want to find out values for x and y, where each of the three surfaces deviates from the other t...

10 years ago | 1 answer | 0

1

answer

Question


How can I plot a surface with changing constant?
Hi guys, I have a complex question. I want to graph the following equation as a surface. However, the constant A changes with...

10 years ago | 2 answers | 0

2

answers

Question


How to find when a surface deviates from other surface(s)
Hi guys, I have 3 surfaces. I want to find out values for x and y, where each of the three surfaces deviates from the other t...

10 years ago | 1 answer | 1

1

answer

Question


How can I find 'delta' between 3 or more surfaces?
Consider following sample surfaces: x = [-20:20]; y = [-20;20]; z1 = x + y; z2 = x + 2y; z3 = x + 3y; For a ...

10 years ago | 0 answers | 0

0

answers

Question


How can I find 'delta' between 3 or more surfaces?
Consider following sample surfaces: x = [-20:20]; y = [-20;20]; z1 = x + y; z2 = x + 2y; z3 = x + 3y; For a ...

10 years ago | 0 answers | 0

0

answers

Question


Comparing three or more surfaces to find unique z given x and y
Hi guys, I have asked this question before but still not sure the best way to approach this. I am basically trying to compare...

10 years ago | 0 answers | 0

0

answers

Question


How to use find() to find unique values in equations?
Assume I have the following surfaces: z1 = x + y and z2 = 2x + y How can I use the find() function to find unique values...

10 years ago | 1 answer | 0

1

answer

Answered
Distinguishing between two surfaces
Can I use this formula? http://www.mathworks.co.uk/help/matlab/ref/setdiff.html

10 years ago | 0

Question


Distinguishing between two surfaces
Hi guys, I have a simple question. I want to distinguish between two surfaces with x, y, and z values. The equations resemble...

10 years ago | 2 answers | 0

2

answers

Question


How to find the 'delta' between two equations?
Hi, I have simple question. I have two equations like so: z = x + 2y and z = x + 3y How can I find the difference betwe...

10 years ago | 1 answer | 0

1

answer

Answered
Complex question: How to find a formula's unique values when plotted with other formulae?
Also, that is not quite what I wanted. That seems to be simply graphing the surface plots. What I want to see is the 'delta'. Fo...

10 years ago | 0

Answered
Complex question: How to find a formula's unique values when plotted with other formulae?
Thank you for that. Can I see it non-graphically?

10 years ago | 0

Question


Complex question: How to find a formula's unique values when plotted with other formulae?
Hi everyone, I'm neither a matlab expert nor a mathematician. I have more than 2 complex surface plots based on equations th...

10 years ago | 3 answers | 0

3

answers

Question


A way to 'differentiate' or find 'delta' between surfaces
Hi everyone, I'm neither a matlab expert nor a mathematician. I have more than 2 complex surface plots based on equations...

10 years ago | 0 answers | 0

0

answers

Question


How to superimpose one surface onto another?
Hello, I have a basic 'shape' or 'surface' based on a simple formula (i.e., z = x + y). I have another basic 'shape' or '...

11 years ago | 1 answer | 0

1

answer

Answered
Need help graphing a surface!
I'll check it out. Here's another question: How can I superimpose multiple equations onto one plot creating this 'mixed' surf...

11 years ago | 0

Question


Need help graphing a surface!
Hi, I am graphing x, y, z equations into surfaces. I am currently doing this in Excel. However, in Excel, I have to use 'matr...

11 years ago | 3 answers | 0

3

answers

Answered
Beginner: Z must be a matrix, not a scalar or vector
Thank you! I have figured it out. It's only my first day of using MatLab. Thanks!

11 years ago | 0

Answered
Beginner: Z must be a matrix, not a scalar or vector
Thanks for your response. ACD is just a constant that I will use later, so you can ignore that. So I think I get that I'd nee...

11 years ago | 0

Question


Beginner: Z must be a matrix, not a scalar or vector
Hi guys, I'm trying to plot the below function as a shape. But I'm getting an error. I'm thinking it has to do with matrices...

11 years ago | 3 answers | 0

3

answers

Answered
Beginner: Want to graph this formula as a 3d shape
Thanks! That worked. Just a simple question. Is it theoretically impossible to graph a shape which has more than 3 variables?...

11 years ago | 0

Load more