Convert string to 256 Characters
How to create the Matlab source text which will be equivalent to this Fortran text? The character variable must be 256 characterts long
Character*256 TEXT
TEXT = ‘Unformatted Data Version=’
Print*, TEXT
END
Thanks!How to create the Matlab source text which will be equivalent to this Fortran text? The character variable must be 256 characterts long
Character*256 TEXT
TEXT = ‘Unformatted Data Version=’
Print*, TEXT
END
Thanks! How to create the Matlab source text which will be equivalent to this Fortran text? The character variable must be 256 characterts long
Character*256 TEXT
TEXT = ‘Unformatted Data Version=’
Print*, TEXT
END
Thanks! 256 characters, string, fortran MATLAB Answers — New Questions