Community Profile

photo

Sarah K


Active since 2019

Statistics

Content Feed

View by

Question


Percentage difference in matlab
Hi, I have two variables (both scaler input) to use in a formula. How can I calculate the percentage difference between and mak...

4 years ago | 1 answer | 0

1

answer

Question


x domain for figure
x = 1:0.1:200 is this the same as writing 1 (x covers this domain)? OR 0<(x covers this domain)?

4 years ago | 1 answer | 0

1

answer

Question


calculating percentage change function
Hi, I am high school china. want to build a function for two input variables (two judges scores) and calculate the percentage d...

4 years ago | 1 answer | 0

1

answer

Question


output arguments not assigned
Hello, When I run this function function [outcome] = days_of_the_week(day) end Output argument "outcome" (and maybe othe...

4 years ago | 1 answer | 0

1

answer

Question


Invalid use of operator
Matlab does not like the < in my function. Why? if profit >= 60 && <100 % if profit falls between $60 and $100 ...

4 years ago | 2 answers | 0

2

answers

Question


Creating a loop for game
I want to write a formula with a loop for a number game. Criteria ... This is my fnction so far... function [output] = numb...

4 years ago | 1 answer | 0

1

answer