I am having problem with input.
Mostrar comentarios más antiguos
My code: s = input('Enter length of side');
Error shown: Attempt to execute SCRIPT input as a function: \\hs8.lboro.ac.uk\psyd3\MATLAB\input.m
Error in IsTriangle_With_Errors (line 5) s1 = input('Enter shortest side of Triangle:');
2 comentarios
Dennis
el 5 de Jul. de 2018
It seems like you wrote a script named input.m. Try to rename that.
Yash Deshpande
el 5 de Jul. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Programming 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!