veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

295
active users

#matlab

16 posts8 participants0 posts today

MATLAB Simulation of Photovoltaic battery charger based on the Zeta converter
Simulates a photovoltaic battery charger using the Zeta converter in MATLAB.
MATLAB Model: zurl.co/xjPIG
zurl.co/61UpZ
#MATLAB #Simulation #Photovoltaic #BatteryCharger #ZetaConverter #RenewableEnergy #SolarPower #EnergyStorage #CleanEnergy #TechInnovation #PowerElectronics #EnergyEfficiency #ElectricVehicle #SmartGrid #EnergyManagement

can i Replace #Matlab & Simulink -with Octave - since the later one is Open Source - Raspberry Pi Forums

"You can replace part of Matlab with Octave but Simulink-like functionality isn't part of Octave. There are similar open source projects like XCos but nothing is as good as the product that Mathworks produce."
They charge because they re good , #foss is yet to get there forums.raspberrypi.com/viewtop.

forums.raspberrypi.comcan i Replace Matlab & Simulink -with Octave - since the later one is Open Source - Raspberry Pi Forums

I'm surprised to hear they're still teaching MATLAB to civil engineering students in college. I learned MATLAB in college the late 2000s, but it was proprietary and expensive so I never used it.

STEM students should definitely be learning Python instead of MATLAB. It can do anything MATLAB can do, and is free and accessible.

Replied to datatofu

Negative indices slice the sequence relative to the end. Slicing semantics takes a bit of getting used to, especially if you’re coming from #rstats or #matlab

In image 6, the indices are shown at the “bin edges” to help show where the slice selections start and stop using positive or negative indices.

A step can also be used after a second colon to say, take every other element.

A clever use of this is to pass -1, which has the useful effect of reversing a list or tuple.