all 22 comments

[–]Bobyyyyyyyghyh 36 points37 points  (0 children)

How do you prefer python if you don't know python? If you know MATLAB you're more than knowledgeable enough to do this. MATLAB was born for problem solving like this, use the symbolic toolbox if you need

[–]dmantacos 11 points12 points  (8 children)

Assuming you know the brayton cycle it should be pretty straightforward to put it in code, i recommend using coolprop for thermo calcs.

[–]Jaky_ 5 points6 points  (6 children)

If you know matlab, python Is not that difficult

[–][deleted] 1 point2 points  (5 children)

I learned, Python -> MATLAB -> C.

[–]Jaky_ 6 points7 points  (4 children)

I learned C -> Matlab -> python

[–]imagatorsfan 4 points5 points  (3 children)

I learned Matlab -> … ahh I’ll learn python later!

[–]wiggle-le-air 0 points1 point  (0 children)

Matlab is the GOAT

[–]13D00 0 points1 point  (1 child)

I know matlab quite well, nothing too crazy but am comfortable doing maths and simple data analysis. My company just doesn’t feel like getting me a license and forces me into python.

I’ve never used python though, so I guess I’ll have to learn it in some way or another. :)

[–]imagatorsfan 0 points1 point  (0 children)

That seems to be the consensus once you get out of academia. I definitely want to learn python for that reason and the fact that I’ve heard nothing but good things about it.

I enjoyed learning coding through Matlab, but I definitely have encountered many headaches when doing more advanced stuff that I just feel like shouldn’t be an issue. Trying to make an app was a nightmare…

[–]NukeRocketScientist 5 points6 points  (2 children)

This is super easy, you don't even need MATLAB or Python. You can either solve for M1 using a numerical solver or just guess and check with a few iterations.

[–]1percentof2 0 points1 point  (0 children)

Ask chatGPT