E
emkenkyu
Guest
Hey Jungs,
Ich habe Problem mit FORTRAN-Befehl.Zu Ihrer Information habe ich noch neu in Fortran.So, meine Frage ist ....Gibt es einen Befehl, der FORTRAN von Matlab ähnlich Befehl wie FIND-Kommando.
Zum Beispiel:
% In Matlab: -
A = [1 2 3 4 5];
B = find (A ~ = 2);
Das Ergebnis wird sein .....B = [1 3 4 5]
Wie es in Fortran-Programm?Bitte informieren ....jemand bitte!
Ich habe Problem mit FORTRAN-Befehl.Zu Ihrer Information habe ich noch neu in Fortran.So, meine Frage ist ....Gibt es einen Befehl, der FORTRAN von Matlab ähnlich Befehl wie FIND-Kommando.
Zum Beispiel:
% In Matlab: -
A = [1 2 3 4 5];
B = find (A ~ = 2);
Das Ergebnis wird sein .....B = [1 3 4 5]
Wie es in Fortran-Programm?Bitte informieren ....jemand bitte!