Community Profile

photo

Björn


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Microwave circuits

Statistics

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Incorrect direction for normal using surfnorm(x,y,z)
Try surfnorm(x',y',z').

9 years ago | 0

Question


What is the name of the operation X(:)
I came across some code at work where they use X(:). It appears that this command rearranges the matrix. If I have a matrix X ...

9 years ago | 2 answers | 0

2

answers

Answered
Surf plot using meshgrid.
You can specify the x- and y-vector to a scale of your own choice instead of plotting it at it's index: x=linspace(0,25,25)...

9 years ago | 1

| accepted

Answered
Attempting a simple matrix value replacement. Could i get some help?
That code with a two for-loops would have worked. In my code below I have taken the first z-equation outside the for-loop becaus...

9 years ago | 0

Answered
How can I change colorbar division in Matlab
Just change the meshgrid from [X, Y]=meshgrid(x,x) to [X, Y]=meshgrid(x,y) in the second message at http://www.mathworks.com/m...

9 years ago | 0

| accepted

Question


Legend and graph doesn't have the same color
I have a problem with the color in the legend. I'm using a package "RF Utilities V1.2" which I found at http://www.mathworks.co...

9 years ago | 2 answers | 0

2

answers