photo

Andrew


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
0 답변

순위
237,856
of 300,369

평판
0

참여
6 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Find value of x, from max y (graph)
figure(2); vel = diff(y)./diff(x); plot(x(1:end-1), vel) display(max(findpeaks(vel))) x(max(findpeaks(vel))); ...

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


Plotting differential equations, need help
y = diff(sin(2*pi*t))./diff(t); plot(t,y) *Remember diff() shortens the length of your vector by one so you will nee...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


help using grpstat() function
load carbig - Use the grpstats() function to find the mean, maximum and minimum MPG for cars manufactured in each year. ...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


learning functions, need help
How do i complete this task? %MyFunction.m function [out1, out2] = MyFunction(in1,in2) Do calculations etc here out1 =...

대략 11년 전 | 답변 수: 1 | 0

1

답변

질문


Loading Csv files and plotting them as 3D graphs
Have a bunch of cvs files, and need to load them into matlab. Eventually plotting them as 3D maps. cvsread is returning an er...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


Learning Matlab at uni, need some help
a. Create horizontal lines across the image by making every 8th row of the image a row of white pixels (value = 254). View...

대략 11년 전 | 답변 수: 2 | 0

2

답변