Feeds
提问
Matlab standalone application replacing my R-package
I developed an R-package requiring many people to install R and R-studio and some dependencies. I want to simplify that and prod...
3 years 前 | 0 个回答 | 0
0
个回答提问
Vectorization: incompatible sizes of arrays
O is a matrix with n_p x n_o rows; P is a matrix with n_p rows. Both matrices have three columns.The second column in O should b...
3 years 前 | 3 个回答 | 0
3
个回答提问
joining two matrices by column 1
How can I combine two matrices, say: a = [29 315; 41 64; 42 130] b = [29 260; 39 171; 41 430] I need the following: ...
7 years 前 | 1 个回答 | 0
