Feeds
提问
How to preallocate a matrix and fill it with a function of two vectors?
I want to create a matrix or table where the first row is the vector [0:5:55] and the first column is [-20:5:55]. I then want th...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I create a table from a for loop?
I need to create a table with 5 columns and 48 rows from a for loop. for h_k = 0:47 g = 9.80065; R = 287; ...
8 years 前 | 1 个回答 | 0
