Community Profile

photo

canally


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Suggestions for running FORTRAN source code through MATLAB; mex finds too many errors
Hi all, I am interested in running a FORTRAN source code through MATLAB. I want to use either mex or f2matlab to do this, but...

9 years ago | 0 answers | 0

0

answers

Question


Finding index of first of each set of 1's in a column (i.e. [0 1 0 1 1 1 0 1]', output [2 4 8]')
Hi all, I have an array with data (arranged in columns) as follows: C = [0 0 1 0 0 1 1 1 0 0 1 1 1 1 0]' I wa...

9 years ago | 2 answers | 1

2

answers