photo

Andrew


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
294,018
of 297,503

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

10 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 2 answers | 0

2

answers