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
|
||||
%
|
||||
|
||||
error(['Test from experimental-testing-live-code-edits']);
|
||||
switch operation_type
|
||||
case {'^', 'POWER'}
|
||||
if(isempty(denominator))
|
||||
|
Loading…
Reference in New Issue
Block a user