Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Update pythonMatlabR.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey authored Jan 13, 2017
1 parent f5e525f commit 0728bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonMatlabR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Pi,math.pi,pi,pi
Exponent,math.exp(1),exp(1),exp(1)
Array,"numpy.array([1, 2, 3])",[1 2 3],"c(1,2,3,4,5)"
Matrix,"numpy.matrix('1 2; 3 4')",[1 2; 3 4],
Select a row,"matrix[0,]","matrix(1,:)"
Select a column,"matrix[:,0]","matrix(:,1)"
Select a row,"matrix[0,]","matrix(1,:)",
Select a column,"matrix[:,0]","matrix(:,1)",
Transpose,numpy.transpose(matrix),matrix',
,numpy.arrange(10),1:10,
,"numpy.arrange(1,10,.5)",1:.5:10,
Expand Down

0 comments on commit 0728bda

Please sign in to comment.