Feeds
提问
writing mesh file and loading for further use
Hi.. I have a simple square geometry (1x1) which i created in matlab and meshed using meshgrid command with 20 points. I writ...
9 years 前 | 0 个回答 | 0
0
个回答提问
finding inverse of 3D matrix for speed
Hi .. In a 1D simulation, I have 'n' number of grid points and at each point, some data is stored in 3x3 matrix (A). For sim...
9 years 前 | 1 个回答 | 0
1
个回答提问
Writing data in file and naming file with a string value
Hi.. My simulations are finding errors for 4 cases in a loop as shown below. I am writing those errors in data file. Prob...
10 years 前 | 1 个回答 | 0
1
个回答提问
Loading data from a dat file containing header
Hi I have data file (KEmodel12_G201.dat) in format as seen in attached image. While loading this data in matlab, it shows err...
10 years 前 | 2 个回答 | 1
2
个回答提问
Solving set of equations from loop
I have a set of follwing 3 equations, for i = 2:4; x(i+1)- 2.25*x(i) + x(i-1)==0; end with folowing two boundary c...
11 years 前 | 1 个回答 | 0