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...
10년 초과 전 | 답변 수: 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...
10년 초과 전 | 답변 수: 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...
거의 11년 전 | 답변 수: 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...
대략 11년 전 | 답변 수: 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...
대략 12년 전 | 답변 수: 1 | 0
