Feeds
질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
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)?
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
output arguments not assigned
Hello, When I run this function function [outcome] = days_of_the_week(day) end Output argument "outcome" (and maybe othe...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Invalid use of operator
Matlab does not like the < in my function. Why? if profit >= 60 && <100 % if profit falls between $60 and $100 ...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 6년 전 | 답변 수: 1 | 0