photo

Patrick Smith


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
16,137
of 300,429

声誉
2

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
2

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to add x labels, y labels, z label and title to a surface plot
Hey yall, I have created a 3D surface plot and I am wondering how can I put labels on the axises? Please help. Below you will f...

6 years 前 | 2 个回答 | 2

2

个回答

提问


3D Plotting in MATLAB
How do I create a 3D surface plot of this data Voltage 9 x 19 20 21 21 21 21 20 20 20...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I create a 3D surface plot of this data in MATLAB?
Hi guys, I am trying to create a 3D surface plot of my data here. I have organized the data into the x values, y values and...

6 years 前 | 0 个回答 | 0

0

个回答

提问


3D surface plot creation
How do I create a 3D surface plot of this data Voltage 9 x 19 20 21 21 21 21 20 20 20...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How do I solve this differential equation with MATLAB?
Hi yall! I'm wondering how to get the solution for "dy/dx = x^2 - 1" in MATLAB using dsolve with initial condition y(0) = 1. I ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How does this Euler's Method for first ODE work?
1 - function [x,y] = Euler(h, x0, y0, interval_length, func) 2 - nsteps = floor(interval_length/h) + 1; 3 - x = zeros(nstep...

6 years 前 | 1 个回答 | 0

1

个回答

提问


I don't know if matlab is calculating this properly
Is this calculating correctly? It returns my answer as 1. It is meant to represent this series 1 + 1⁄r + 1⁄r^2 + 1⁄r^3 + … + 1⁄r...

6 years 前 | 2 个回答 | 0

2

个回答