×
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

Help on simulink

Help on simulink

Help on simulink

(OP)
Hi all!

Now i met with a problem by doing my job with simulink.I have built a system in Simulink for simulation of the tyre's vibration,in order to compare the simulated result and the actual situation.It's quite a lot of work because i have to change many parameters to find their best combination.

My further task is that i will constribute a system with simulink,which allows people to input many possible groups of Parameters beforehand.Then after maybe whole night's calculation,when we arrive at our officeroom the next morning the computer will show us all the results.

It's really quite challenging for me.Now i don't even know if it's possible in Simulink(OR Matlab).Can anyone who has ideas help me?

Thanks a lot!

I hope I have explained clearly what i want to ask with my poor English skills:)  

Regards

wdmax

RE: Help on simulink

You can use a setup file for the parameters you want to control in SIMULINK.  Instead of hard coding in the values into a SIMULINK block, use a variable name instead.  In the control file assign the varialbe.  The control file is just a valid MATLAB script file.  You would then call the SIMULINK model as just another MATLAB function call from the command line.
That solves your first problem. For your second problem you would create a MATLAB script that sequentially calls each setup file your previously generated followed by the SIMULINK call.  Make sure to store the results for each run.

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