Feeds
질문
How to create the array [1, 2,2 ,3, 3, 3, 4,4 4, 4]?
I would like to create an array that increases in repeated value with each as shown in the title [1,2,2,3,3,3,4,4,4.,.]
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to write an unformatted binary file in MATLAB that will be read in FORTRAN
I have tried the following code, but I keep getting the following error: I/O past end of record on unformatted file The code I...
거의 7년 전 | 답변 수: 0 | 1
0
답변질문
Why does my resulting matrix only contain the last value of the iteration for p and q?
phi(1,1) = 3; phi(2,1) = 2; phi(3,1) = 1; phi(5,1) = 6; g = [1 2 3; 4 5 6; 7 8 9]; for ...
7년 초과 전 | 답변 수: 1 | 0
