Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FORTRAN .... need help!!!!!!!!

Status
Not open for further replies.

emkenkyu

Member level 1
Joined
Oct 5, 2006
Messages
32
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,432
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!
 

You will need the book
Fortran for Scientists & Engineers

for the answer
 

I already have that book with me. The book author is Chapman....right? But since I am consider myself as a begineer in this language, so I really need help on this matter. Anyone that can help me?
 

Some versions of fortran have "find" and "list variables" like commands and some do not. It has been a long time since I have had to deal with that code and the details are foggy.

Sometimes it is helpful just to know that a feature exixts. You might also be able to search the program listing with a text editor as the fortran search features are not as good as what we now have come to expect.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top