i need help please
Mostrar comentarios más antiguos
i want to be able to input mixed fractions in matlab for example 7(7/8) if i enter it as 7*(7/8) or 7(7/8) it does not work what can i do to fix this???
4 comentarios
Mykhailo
el 8 de Dic. de 2022
try 7.+(7.\8)
Mykhailo
el 8 de Dic. de 2022
@Walter Roberson 7.*(7.\8)
7.*(7.\8)
Are you sure that is what the user is looking for?? If so, why would they use the obscure .\ operator rather than
7/(7/8)
I am morally certain that what they are looking for is the value that is 7/8 greater than 7.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!