Statistics
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
Feeds
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
answerQuestion
Hi I am trying to submit my homework problem, but the program that I have to use to check my code keeps saying it is wrong. I can't seem to figure out what is wrong with it. It is supposed to return a harmonic mean value as the output.
function m = h_mean(x) % Write your code here. if (isvector(x)== 1 && length(x) > 1) n=length(x); m=(n...
10 years ago | 1 answer | 0
1
answerQuestion
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
