photo

Monkeyman


Last seen: 6 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
270,159
of 301,533

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,316

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Hyerbolic Functions causing issues with Contour Plots.
Hi, I am currently trying to create some nodal plots, unfortunately all I seem to get are empty plots. I believe that the issue ...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Why isn't my graph plotting correctly?
Hi, I think I must be being dense, I am attempting to plot in Matlab, but I am getting a plot that is very wrong. km=linspac...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Any suggestions on what I have done wrong?
I am attempting to find the smallest number of terms needed in the following series such that the absolute error of P - pi is le...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to insert a smaller diagonal into a Matrix?
I'm struggling to generate a matrix M=[0 0 1 0 0; 0 0 0 1 0; 0 0 0 0 1; 0 0 0 0 0; 0 0 0 0 0], quickly without entering each ent...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to build this vector?
I am trying to create a 2 column vector with. I plan to this by creating a 1D vector for both columns and then putting them toge...

8 years 前 | 1 个回答 | 0

1

个回答

提问


What does the following MATLAB code do?
>> x=7.123456789; >> n=7; >> delta=0.5; >> r=x*10^n+delta; >> r=fix(r); >> r=r/10^n; >> disp(r)

8 years 前 | 1 个回答 | 0

1

个回答