photo

I W


Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
136,351
of 300,302

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,911

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,040

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 3

View badges

Feeds

View by

Question


graphing data using webread
station_id = ["02DD016", "02HA014", "02HC030", "02HC024"]; titles = ["FRENCH RIVER AT PORTAGE DAM", "REDHILL CREEK AT HAMILTON"...

5 years ago | 1 answer | 0

1

answer

Question


Sign Changes (conditional through vector elements)
function count = signChangeCounter(numberList) %Enter the commands for your function here. % code to call function number...

5 years ago | 1 answer | 0

1

answer

Question


loops and divisions by 7 and calling function
function [whatsLeft, divisionCount] = divideBySeven(number) %Enter the code for your function here. while number < 1 ...

5 years ago | 1 answer | 0

1

answer

Question


conditionals and character arrays to assign grade based on score
function grade = assignGrade(score) %Enter the commands for your function here. if (score >= 90) && (score <= 100) grade ...

5 years ago | 1 answer | 0

1

answer

Question


rounding string to certain decimal places
%This command generates a random number. %Do not overwrite the value of number in your own code. number = 10*rand(1,1); %...

5 years ago | 1 answer | 0

1

answer

Question


Convert double type string to data type
%These commands generate the random integers described in the problem statement. %Do not overwrite the values of X and Y in...

5 years ago | 3 answers | 0

3

answers