Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
Q_PS=0;
T=0;
y_correct = 0;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
0
|
2 | Pass |
Q_PS=1;
T=0;
y_correct = 1;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
1
|
3 | Pass |
Q_PS=0;
T=1;
y_correct = 1;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
1
|
4 | Pass |
Q_PS=1;
T=1;
y_correct = 0;
assert(isequal(T_FF(Q_PS,T),y_correct))
Q_NS =
0
|
620 Solvers
Create matrix of replicated elements
321 Solvers
250 Solvers
264 Solvers
2781 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!