emkenkyu
Member level 1
hey guys,
I have problem with FORTRAN command. For your information, I still new in Fortran. Thus, my question is.... Is there any FORTRAN command that similar to Matlab's command such as FIND command.
For instance:
% In Matlab:-
A=[1 2 3 4 5];
B=find(A ~= 2);
The result will be ..... B = [1 3 4 5]
How to program it in FORTRAN? Please advise.... anyone please!
I have problem with FORTRAN command. For your information, I still new in Fortran. Thus, my question is.... Is there any FORTRAN command that similar to Matlab's command such as FIND command.
For instance:
% In Matlab:-
A=[1 2 3 4 5];
B=find(A ~= 2);
The result will be ..... B = [1 3 4 5]
How to program it in FORTRAN? Please advise.... anyone please!