Statistics
3 Questions
0 Answers
RANK
274,345
of 295,486
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
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
Feeds
Question
Matlab cash register problem Syntax
Using either codes from Parts A or B, adjust the m-‐‑file in a way such that it will calculate the cost of...
8 years ago | 1 answer | 0
1
answerQuestion
How to create a loop with the sum adding up to a given N?
The bread-and-butter of any program language is its ability to perform repeated calculations in a “loop”. Variables are often i...
8 years ago | 2 answers | 0
2
answersQuestion
Make r a 1x5 vector using rand. Find the elements that have values <0.5 and set those values to 0 (use find).
Confused on how to write this code, r = rand(1,5); find(r<0.5)=0 tried that, didnt work. anything help. Thanks in ad...
8 years ago | 1 answer | 0