This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
remove-colons
RosettaCodeData
/
Task
/
Create-an-HTML-table
/
Stata
/
create-an-html-table-2.stata
5 lines
101 B
Plaintext
Raw
Permalink
Blame
History
matrix a=2,9,4\7,5,3\6,1,8
matrix rownames a = A B C
matrix colnames a = X Y Z
mat2html a magic.html
Reference in New Issue
View Git Blame
Copy Permalink