photo

Björn


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Professional Interests: Microwave circuits

Estadística

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 10 años hace | 0

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

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

alrededor de 10 años hace | 1

| aceptada

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

alrededor de 10 años hace | 0

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

alrededor de 10 años hace | 0

| aceptada

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas