photo

Björn


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Microwave circuits

统计学

MATLAB Answers

2 个提问
4 个回答

排名
3,970
of 300,417

声誉
14

贡献数
2 个提问
4 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

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

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

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

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

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

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

11 years 前 | 2 个回答 | 0

2

个回答