Add test error error(['Test from experimental-testing-live-code-edits']);
This commit is contained in:
parent
ff7b047dd5
commit
ee0cfa92fc
@ -20,6 +20,7 @@ function [out_vector]=basicVectorOperations(in_vector, numerator, denominator, k
|
|||||||
% out_vector - output vector that is the result of the operation
|
% out_vector - output vector that is the result of the operation
|
||||||
%
|
%
|
||||||
|
|
||||||
|
error(['Test from experimental-testing-live-code-edits']);
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
||||||
|
Loading…
Reference in New Issue
Block a user