photo

Patrick Smith


2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
20,964
of 300,392

평판
2

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변