Skip to content

Commit

Permalink
Update somefun.m
Browse files Browse the repository at this point in the history
  • Loading branch information
acampbel authored Mar 31, 2023
1 parent 0b68918 commit 02e6283
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/somefun.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
function out = somefun(in)

unsetenv("MLM_WEB_LICENSE")
unsetenv("MLM_WEB_ID")
unsetenv("MLM_WEB_USER_CRED")

parfor idx = 1:numel(in)
out(idx) = 2*in(idx);
end
disp(out);
parpool

0 comments on commit 02e6283

Please sign in to comment.