×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Create a function of the code

Create a function of the code

Create a function of the code

(OP)
Hi,

I have a program in which I will have to put a large part of it in a loop. I need to create a function of this part, which have a few input parameters, which are both matrices and integer values, and that returns a few number of output values.

Exmple(par1,par2,par3 etc)= for i=1..n
                            result=function(par1,par2,etc)
                            result

function is also a mathcad program and result should be a vector.

Anyone has any ideas?

Thanks in advance!

RE: Create a function of the code

Is this for school?

TTFN



RE: Create a function of the code

(OP)
No it's not for school. :)

Is it really that easy? :)

RE: Create a function of the code

(OP)
I'm used to program in matlab where these sort of stuff is easy but I can't find the appropriate way to do this. The part I need to write as a function contains a lot of function fitting and optimization as is a quite complicated program in it self.

I appriciate some help if possible.

/olle

RE: Create a function of the code

Assuming that the function contains i, then just make the second line of the program result[i=function(par1,par2,etc).  Then result will be a vector.  Unless you change the array origin in Worksheet Options to 1, you should increment from 0 to n-1.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources