Feeds
提问
Appending matrix with each loop and graphing the columns of the resulting matrix.
NE = 2; while NE <= 4 Lambda = 0; while Lambda < 45 AR = 0; while AR <= 12 ...
6 years 前 | 0 个回答 | 0
0
个回答提问
Creating a function to calculate yield strength of a metal?
I am working on the following problem. <</matlabcentral/answers/uploaded_files/118592/HW7P3.PNG>> This is the code i have ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Why is fprintf rounding a floating output?
Here is my code file = fopen('HW4Problem3.csv', 'r'); junk = fgets(file); cell = textscan(file,'%d %c %c %c %d %c %d ...
7 years 前 | 1 个回答 | 0
1
个回答提问
Using fscanf to make a matrix from text file?
I have a text file with 5 rows and 4 columns. I would like to turn this data into a matrix, each column having a different conve...
7 years 前 | 1 个回答 | 1