photo

Sigourney Heerink


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
215,308
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


When I try to run my script I get: Error using GradingCurve (line 2) Error: Unexpected MATLAB operator. I don't know what is the problem with the line. Thanks!
function grades = GradingCurve list_grades = input('File Name(Use full directory code):'); fileID = fopen('list_grades','r...

10 years ago | 1 answer | 0

1

answer

Question


Hi, I am supposed to plot this projectile motion problem for my homework. I got stuck here, and have no idea what to do next. I just started learning Matlab, so I'm not really sure what I'm doing.
% Calculating projectile motion clear all close all clc % Various Initial Angle Values theta=[60:5:75] % Gr...

10 years ago | 2 answers | 0

2

answers