Community Profile

photo

Celso Carranza


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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.,.]

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 0 answers | 1

0

answers

Question


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 ...

6 years ago | 1 answer | 0

1

answer