Skip to main content

Get the Reddit app

Scan this QR code to download the app now
Or check it out in the app stores

Simulink

Is it worth learning simulink?
r/matlab

Official MATLAB subreddit


Members Online
Is it worth learning simulink?

Hi there, I'm a scientist (physics) and I've been using MATLAB for 10+ years for fittings, simulations, instrument interfaces, publication graphics,... You name it. When I couldn't afford a toolbox I use to make my own functions and libraries (in fact I dont add libraries at all most of the time). I've never used simulink and from what I've seen it looks very similar to LabVIEW, which I don't love due to personal preference in coding rather than graphical blocks. So, a part from the more 'graphic' approach, are there any things that is not possible to achieve with 'standard' MATLAB and require simulink? Any scientist here that uses it for a particular purpose and feels it could help me in my job? Thanks





Whole car model on Simulink
r/FSAE

Formula SAE and Formula Student are collegiate engineering competitions with over 500 participating schools that challenge teams of students to design and build a formula style car. The car is evaluated in automotive design and performance through a series of static and dynamic events which focus on safety, manufacturability and of course out right speed. Members on each team must develop and practice engineering, leadership, communication and marketing skills to be successful at competition.


Members Online
Whole car model on Simulink

Hi everyone!

I am currently trying to model my FS car and I found this model online: https://uk.mathworks.com/help/sdl/ug/about-the-complete-vehicle-model.html that I'm trying to recreate and adapt to the car. However I have had a few issues when trying to recreate it:

  1. In the Stateflow (orange block), I don't manage to get the yellow writings (UP and DOWN between the gears and refered to in the 2nd block). Does anyone know how to make these arrows "linked" to the function later on? I tried looking online but I didn't see this part explained, and the literature regarding stateflow is not helping.

  2. The Driver Input block is something we have to create, but I don't know how. I downloaded the C2000 library as I saw recommended online, and I now have hundreds of blocks that all look very similar. How do I know which one to use?

  3. I would like to test this car model on a specific track (a skidpad for example). I found this model online: https://uk.mathworks.com/help/vdynblks/ug/generate-skidpad-test-course.html . Do you know how to link these 2 together (I want to replace the car block in the skidpad model by the model I am creating), when there is only 1 input and 1 output to the car block?

Thank you in advance for your help!!


Using Zig with Matlab/Simulink
r/Zig

The Zig Programming Language


Members Online
Using Zig with Matlab/Simulink

At my work we use Matlab/Simulink to generate C code for embedded systems. We used to have a pretty jank system were you had to download a very specific gcc compiler which is only supported on Windows and Linux, and then add it to your system path.

I've now added the option to compile with Zig cc instead (I'm unfortunately stuck with make, so no zig build rip).
This enables MacOS users to finally be able to develop for our embedded systems.

The goal for me is to ditch gcc completely eventually so we can start writing code for our blockset in Zig, I have already confirmed that compiling Zig and C works together with our build system.

If anyone is interested in Matlab/Simulink stuff, our main blockset repository can be found here

I've also converted some of our C cli tools to use the Zig build system.

I'm really starting to like Zig and am very curious to see where it will go in the future!

This is still pretty tied down to just building for our hardware, but I want to make a generic Zig toolchain for matlab too.




Startup looking for MATLAB/Simulink talents
r/matlab

Official MATLAB subreddit


Members Online
Startup looking for MATLAB/Simulink talents

I mentioned in a comment to this post that I was in a meeting with some startup company founders about their challenges and their top issue was "recruiting talents with MATLAB and Simulink skills." u/Capable-Wallaby8778 responded: "Hire from the community!"

One of them, Regent, now have openings to fill, and I would like to share their job posting. I hope this is OK in this subreddit. They build electric "seagliders" (seaplanes that glide on the surface).

https://www.regentcraft.com/careers

Seaglider

Here are two positions that may be of interest to this community

Senior Embedded Software Engineer

Senior Flight Software Engineer

If you decide to apply, please let them know you saw this on Reddit!



Has anyone used C/C++, Matlab or Simulink in their role?
r/PLC

This sub is dedicated to discussion and questions about Programmable Logic Controllers (PLCs): "an industrial digital computer that has been ruggedized and adapted for the control of manufacturing processes, such as assembly lines, robotic devices, or any activity that requires high reliability, ease of programming, and process fault diagnosis."


Members Online
Has anyone used C/C++, Matlab or Simulink in their role?

If so:

What type of work were you doing?

Did you enter a new role, something embedded etc

What other skills did you need to do work invoking both PLCs and mentioned programming languages?


New Onramp courses available Core MATLAB Skills and Simulink Fundamentals
r/matlab

Official MATLAB subreddit


Members Online
New Onramp courses available Core MATLAB Skills and Simulink Fundamentals

MATLAB Onramp and SImulink Onramp have been very popular and people wanted to continue learning using the same format. Unfortunately, we only had a longer-format training courses.

Now we have new "learning paths" that let you take those courses in small chunk at a time.

Core MATLAB Skills

https://matlabacademy.mathworks.com/details/core-matlab-skills/lpmlcms

Simulink Fundamentals

https://matlabacademy.mathworks.com/details/simulink-fundamentals/slbe



How can I improve myself in Matlab/Simulink?
r/ControlTheory

Welcome to r/ControlTheory


Members Online
How can I improve myself in Matlab/Simulink?

Yes, it is a very basic question, but it confuses me a lot and this situation causes me to get stressed. We only receive theoretical education at the university. Simulink examples are never shown to us. Since I want to progress in the field of control (especially automotive or aerospace), it is very important for me to be able to use simulink. I analyse the projects from Mathworks, but they are too complicated for me because I cannot do them. I can use Simulink at a basic level (for example, I can design a PID controller).

Since I will do an internship this summer, I don't want to go there without knowing anything before I start working, I want to add something to myself and start the internship and then improve myself in the work environment. This situation is stressing me. Maybe I may be disturbing, please forgive me. I will be waiting for your suggestions. Thank you in advance.


How common is it to use Simulink for GNC applications in industry?
r/AerospaceEngineering

r/AerospaceEngineering is a forum for enthusiasts, hobbyists, and professionals to share knowledge, experience, and learn about aerospace topics. Read the rules before posting!


Members Online
How common is it to use Simulink for GNC applications in industry?

I've been working on a project with some colleagues at uni and apparently one of them uses it at his job (also GNC). I didn't think Simulink was a big deal outside of academia.


How to create a vehicle model on matlab or simulink to calculate tire slip angle.
r/FSAE

Formula SAE and Formula Student are collegiate engineering competitions with over 500 participating schools that challenge teams of students to design and build a formula style car. The car is evaluated in automotive design and performance through a series of static and dynamic events which focus on safety, manufacturability and of course out right speed. Members on each team must develop and practice engineering, leadership, communication and marketing skills to be successful at competition.


Members Online
How to create a vehicle model on matlab or simulink to calculate tire slip angle.

I have a task to make a vehicle model on matlab or simulink to calculate tire slip angle. My input parameters will be vehicle velocity, cornering radius, sideslip angle and other vehicle dimension and parameters. Can create a model for this? If yes, then how?
I was considering something wrt bicycle model.



Simulink with embedded applications at home
r/embedded

This sub is dedicated to discussion and questions about embedded systems: "a controller programmed and controlled by a real-time operating system (RTOS) with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints."


Members Online
Simulink with embedded applications at home

Hello everyone,

I am an embedded software engineer with experience in low level (C drivers and bootloaders development) and higher level (C and C++ applications running on RTOS).
I have some small experience with Matlab and Simulink that I gathered during my Masters (designing filters, capturing data on a NI DAQ etc…) but it’s been quite some time (more than 5 years).

The future positions I am more and more interested in in the industry are all quite closely related to Simulink design (models, algorithms etc…). Even though I am getting several interviews for these positions, I don’t seem to be able to get an offer, I am assuming it’s because of lack of technical experience in Simulink (I can’t be 100% sure because I don’t get any specific feedback, even if I am asking for it).

Cue me asking out, what do you reckon I could do as a home project to build a more “appropriate” Simulink experience?
I know that usually in embedded you would recommend to build bootloaders or some drivers on a dev board, however I don’t seem to find any similar suggestion with Simulink.

Would you also be able to recommend any website with DIY projects or challenges that would be able to help me back up some Simulink experience in my future interviews?

If it helps, the sector I am currently looking at (that require Simulink experience) is related to e-mobility (so it would be ranging from BMS developments, to E-motors algorithms etc…) but I am not sure how to translate this into home projects.

Thank you in advance for your help!


Bring your MATLAB and Simulink models to life with Unreal Engine-powered 3D Simulation!
r/matlab

Official MATLAB subreddit


Members Online
Bring your MATLAB and Simulink models to life with Unreal Engine-powered 3D Simulation!

Hello r/matlab community!

I’m excited to share something that I think can enhance your MATLAB and Simulink projects - Simulink 3D Animation. Now I know it says Simulink, but we have great MATLAB workflows too!

This tool bridges the gap between MATLAB/Simulink and the Unreal Engine, enabling you to create realistic 3D simulations of your systems, models, or any CAD or geometry too.

Whether you’re working on robotics, aerospace, automotive systems, or any other field where visual simulation can provide insight, Simulink 3D Animation offers a way to prototype your projects in a more visual way.

The key feature we offer is an out-of-the-box integration with Unreal Engine. You can leverage the power of one of the most advanced real-time 3D creation platforms without even needing to download it since we provide a version of the Unreal Engine within Simulink 3D Animation itself.

There's plenty more in the product too, like basic vehicle and pedestrian actors, the ability to add text, arrows, shapes, and lights to your simulation, all from within MATLAB/Simulink.

Why Try It?

Visual simulations can dramatically improve understanding and communication, especially for complex systems. By integrating your models with a 3D environment, you can explore scenarios, test in virtual settings, and share your ideas more effectively.

Getting Started

We’ve prepared some tutorials and examples to help you get started. Check them out here: https://www.mathworks.com/help/sl3d/getting-started.html.

Your Feedback Matters

As part of the Simulink 3D Animation team, I’m here to support you and answer any questions you might have. We’re also eager to hear your feedback and learn about what features you’d like to see in the future.

Let’s bring your MATLAB and Simulink models to life together!

Nishan Nekoo

Product Marketing Manager -Simulink 3D Animation



Automation with Simulink in 3 minutes
r/engineering

r/engineering is a forum for engineering professionals to share information, knowledge, experience related to the principles & practices of the numerous engineering disciplines. r/engineering is **NOT** for students to ask for guidance on selecting their major, or for homework / project help. Read the sidebar BEFORE posting.


Members Online
Automation with Simulink in 3 minutes

Hello, I'm a PhD student in the mix fields of Power Systems and Control System. I intend to make some short video series about MATLAB/ Simulink, power systems and control systems to encourage my junior students and engineers who have interest in these fields to dig deeper:

- Automation with MATLAB/ Simulink

- Power systems in MATLAB (Simscape specialized power systems .. )

- Control systems (Linear matrix inequality, robust control, optimal control, fuzzy control ...)

Which part do you guys want to see first?

Here is my first video about simulink automation: https://www.youtube.com/watch?v=bwtQTNBv9PQ

Let me know if you are interested.

Edited: Thank you guys so much for your interest. It seems to me that many people interest but not everyone have the base knowledge in these fields. Therefore, I think I'll make some videos for the beginner (not teaching, but show you guys how to start learning faster, books to start, which videos/ resources to study... to shorten the learning curve) and some videos for advanced techniques for those who already know what is what.




GNC Project/ Simulink Projectd
r/AerospaceEngineering

r/AerospaceEngineering is a forum for enthusiasts, hobbyists, and professionals to share knowledge, experience, and learn about aerospace topics. Read the rules before posting!


Members Online
GNC Project/ Simulink Projectd

I am thinking of applying for Spring 2024 GNC internships and I would like to buff my resume up. I’m currently part of the GNC team at my university CubeSat club, but we haven’t done anything in Simulink yet. Can you recommend any projects via Simulink that will buff my resume while simultaneously help me understand control theory? Thanks!!


Recommendations for Learning Simulink
r/AerospaceEngineering

r/AerospaceEngineering is a forum for enthusiasts, hobbyists, and professionals to share knowledge, experience, and learn about aerospace topics. Read the rules before posting!


Members Online
Recommendations for Learning Simulink

I am interested in learning Simulink for modeling of a 6 dof cubesat and would like any recommendations you have on material for learning it. I prefer youtube videos over textbooks, but I will read a textbook if necessary. Any recommendations will help!!


  • members
  • Official MATLAB subreddit members
  • Welcome to r/ControlTheory members
  • A place to ask questions, discuss topics and share projects related to Electrical Engineering. members
  • This is a place for engineering students of any discipline to discuss study methods, get homework help, get job search advice, and find a compassionate ear when you get a 40% on your midterm after studying all night. members
  • A subreddit for discussion of all things electrical and computer engineering. members
  • r/engineering is a forum for engineering professionals to share information, knowledge, experience related to the principles & practices of the numerous engineering disciplines. r/engineering is **NOT** for students to ask for guidance on selecting their major, or for homework / project help. Read the sidebar BEFORE posting. members
  • Engineers apply the knowledge of math & science to design and manufacture maintainable systems used to solve specific problems. AskEngineers is a forum for questions about the technologies, standards, and processes used to design & build these systems, as well as for questions about the engineering profession and its many disciplines. members
  • Formula SAE and Formula Student are collegiate engineering competitions with over 500 participating schools that challenge teams of students to design and build a formula style car. The car is evaluated in automotive design and performance through a series of static and dynamic events which focus on safety, manufacturability and of course out right speed. Members on each team must develop and practice engineering, leadership, communication and marketing skills to be successful at competition. members
  • An unofficial place for all things Arduino! We all learned this stuff from some kind stranger on the internet. Bring us your Arduino questions or help answer something you might know! 😉 members
  • A subreddit for programmable hardware, including topics such as: * FPGA * CPLD * Verilog * VHDL members
  • members
  • The official Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language. --- If you have questions or are new to Python use r/LearnPython members
  • This sub is dedicated to discussion and questions about embedded systems: "a controller programmed and controlled by a real-time operating system (RTOS) with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints." members
  • The gathering place for mechanical engineers to discuss current technology, methods, jobs, and anything else related to mechanical engineering. members
  • r/AerospaceEngineering is a forum for enthusiasts, hobbyists, and professionals to share knowledge, experience, and learn about aerospace topics. Read the rules before posting! members
  • This sub is dedicated to discussion and questions about Programmable Logic Controllers (PLCs): "an industrial digital computer that has been ruggedized and adapted for the control of manufacturing processes, such as assembly lines, robotic devices, or any activity that requires high reliability, ease of programming, and process fault diagnosis." members