Statistics
3 Questions
0 Answers
RANK
41,067
of 301,159
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
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
How to create a Sawtooth Wave program AND modify a Noise file to create a Square Wave in MATLAB?
Part 1 I know the formula for a Sawtooth Wave from my Calc 2 course (sorry for the vague format): f(t) = A/2 - A/pi * Sigm...
8 years ago | 0 answers | 0
0
answersQuestion
How to use Logical Vectors (structures) AND If-Else ladders (statements) to Calculate Tax on Multiple Incomes?
The IRS has a Tax table given as: # Taxable Income $10,000 or less …. tax is 10% of taxable income # Taxable income betwe...
8 years ago | 1 answer | 0
1
answerQuestion
Hi there! I am writing a matlab script on calculating averages of 5 test scores of unknown number of students and assigning letter grades. I need to drop each student's lowest score and then re-calculate average and assign grades. This is what I have
%% Calculating Each Student's Average Exam Grade. % Grading Rubric: % 0 - 59 = E % 60 - 69 = D % 70 - 75 = C...
8 years ago | 1 answer | 1