Calculate the Number of Moles - MATLAB Cody - MATLAB Central

Problem 60822. Calculate the Number of Moles

Difficulty:Rate
The number of moles of a substance is calculated using the formula:
Mass (g) = Moles / Molar Mass (g/mol)​
Write a function calculate_moles(mass, molar_mass) that takes:
  • mass (in grams) of a substance
  • molar_mass (its molar mass in g/mol)
and returns the number of moles, rounded to three decimal places.

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Mar 20, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers4

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page