Feeds
提问
Assigning a function with multiple outputs to a structure
I have a function which has three outputs: [krW, krO, krG] = relPerm3PH(sw, sg, varargin) I also have a structure which c...
10 years 前 | 0 个回答 | 0
0
个回答提问
Is it possible to rescale 3D plots?
I am trying to produce a plot which represents a block of land that is 1000mx1000mx200m. When I plot this in 3D it creates th...
10 years 前 | 1 个回答 | 0
1
个回答提问
Removing zero values from an array
I have an n x 1 array containing values. For exmaple A = 1 0 0 2 0 3 I was wondering i...
10 years 前 | 1 个回答 | 0
1
个回答提问
Populating a matrix with predetermined values
I have a N x N matrix which I have defined as X, I have another matrix that contains values I would like to populate my matrix X...
10 years 前 | 1 个回答 | 0
1
个回答提问
Opening a .txt file
Hi there, I was wondering if I could have some help reading the attached .txt file. From this I would like to create and arr...
10 years 前 | 1 个回答 | 0
1
个回答提问
Importing Data from a TXT file
I have successfully managed to read a text file containing a large number of values, however, I am unable to use these value in ...
10 years 前 | 1 个回答 | 0
