Write function for car sales
Mostrar comentarios más antiguos
Hello,
Can you help me werite a function called car_sale_profit.m
'Profit' if car sales ⩾ 1000 and ≤ 2000
'Loss' if car sales ⩾ 0 and < 1000
The function should use one scalar input (car sales profit).
It should display text to screen for the clients.
Thank you.
Respuestas (1)
KALYAN ACHARJYA
el 22 de Oct. de 2019
Editada: KALYAN ACHARJYA
el 22 de Oct. de 2019
2 comentarios
SuzieChan
el 22 de Oct. de 2019
KALYAN ACHARJYA
el 22 de Oct. de 2019
Editada: KALYAN ACHARJYA
el 22 de Oct. de 2019
Just call it from command window or from any other Matlab script
Command Window:
sales_fun(enter_any sales_number_here);
%...............^^^^
Categorías
Más información sobre Install Products 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!