Community Profile

photo

Paozhuan Zhang


Last seen: ungefär 2 år ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Explorer

View badges

Feeds

View by

Question


FORTRAN and MATLAB codes cannot obtain the same AAF. Can you correct the MATLAB code ?
Code in FORTRAN: PROGRAM MAIN USE IMSL DOUBLEPRECISION A(5,3) COMPLEX AA(5,3) , AAF(5,3) ...

mer än 6 år ago | 1 answer | 0

1

answer

Question


Who can define a complex matrix in MATLAB? Pleale translate the FORTRAN into Matlab code?
In FORTRAN the function COMPLEX can define a complex matrix ,like as COMPLEX B(0:20,0:10). But in MATLAB, there is no COMPLEX f...

mer än 6 år ago | 2 answers | 0

2

answers