photo

Björn


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Microwave circuits

统计学

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Incorrect direction for normal using surfnorm(x,y,z)
Try surfnorm(x',y',z').

10 years 前 | 0

提问


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

10 years 前 | 2 个回答 | 0

2

个回答

已回答
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)...

10 years 前 | 1

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

| 已接受

提问


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

10 years 前 | 2 个回答 | 0

2

个回答