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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
