Compare commits
No commits in common. "experimental-testing-live-code-edits" and "master" have entirely different histories.
experiment
...
master
@ -20,7 +20,6 @@ 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 2']);
|
|
||||||
switch operation_type
|
switch operation_type
|
||||||
case {'^', 'POWER'}
|
case {'^', 'POWER'}
|
||||||
if(isempty(denominator))
|
if(isempty(denominator))
|
||||||
|
Loading…
Reference in New Issue
Block a user