photo

Aidan O'Reilly


Coventry University

Active since 2011

Followers: 0   Following: 0

Message

I'm studying my first year of Mathematics at Coventry University which requires coursework using Matlab.

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
144,467
of 300,392

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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


Why doesn't this file work?
function [lengths, angles, area] = vectors(A,B,C) lengths=[norm(C-B), norm(A-C), norm(A-B)]; angles = [acosd(dot(A-B,A-C)/norm...

14 years ago | 1 answer | 0

1

answer

Question


Writing an M-file for an iteration of x=cos(x)
I've been asked this question: Find an iterative formula (using Newton-Raphson for example) for solving the equation x = cos(x)...

14 years ago | 2 answers | 0

2

answers