⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Capstone Support
All Projects
Capstone Support
Overview
Activity
News
Wiki
Repository
Download (108 Bytes)
Statistics
| Revision:
root
/
OptimizingMATLABCode
/
SPMD
/
basic.m
@ 11
View
History
Annotate
spmd
if( labindex == 1 )
disp('Hi!');
else
disp(datetime('Today'))
end
end
« Previous
1
2
Next »
(2-2/2)
Loading...