![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26875736_1656603747949_DEF.jpg)
Najm
Followers: 0 Following: 0
Feeds
답변 있음
Write a function that receives an input argument of a number of kilometers (km) and will output the conversions into both miles (mi) and US nautical miles (n.m.). Use the conversions: 1 km = 0.621 mi and 1 km = 0.540 n.m.
function [x_mi,x_nm] = myconversion(x_km) % Insert your code here to convert x_km to x_mi % Insert your code here to convert x...
Write a function that receives an input argument of a number of kilometers (km) and will output the conversions into both miles (mi) and US nautical miles (n.m.). Use the conversions: 1 km = 0.621 mi and 1 km = 0.540 n.m.
function [x_mi,x_nm] = myconversion(x_km) % Insert your code here to convert x_km to x_mi % Insert your code here to convert x...
2년 초과 전 | 0