Community Profile

photo

I W


Active since 2020

Followers: 0   Following: 0

Statistics

  • 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"...

3 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...

3 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 ...

3 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 ...

3 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); %...

3 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...

3 years ago | 3 answers | 0

3

answers