I mean, I agree with you, I’d never pay for a Matlab license for myself if I ever decide to go the private engineering consultant route. Just sharing my experience that yes, it’s used in the professional world.
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: April 27th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I’ve had more than one job where Matlab was used extensively, guess my coworkers and I aren’t real engineers.
I’d rather use something else, but if it’s what the group already uses, fine, I’ll do it
Also, I don’t do a ton of true programming on it. It’s a fancy calculator, and occasionally I make a GUI app with it
I am in fact an engineer and a nerd. Or as many of us like to call it, an enginerd
Edit: I wouldn’t call Matlab my favorite though… But yes I use it. I mean, I’m on Lemmy… Like loads of users here, I like FOSS. So I’d say python is probably my favorite
So. Funny story. Back when I was incredibly new to Linux, I was trying to move everything from my downloads folder to somewhere else. So I navigated into the downloads directory on the command line and sent something like
“sudo mv /* ~/misc”
when I meant to type
“sudo mv ./* ~/misc”
Yea… That was a fun learning experience and hilarious way to utterly fuck everything on that machine. Luckily it was just an old laptop I’d installed Linux on to mess around and learn, no real damage done