Feeds
提问
How to rearrenge function with inputs given?
f=m.a (where we know m=5 and a=10) let's say we have that function but we also could've need a=f/m (where we know F=10 m=2)...
5 years 前 | 1 个回答 | 0
1
个回答提问
An easy problem for you,propably
clc; clear; clear all; temp= inputdlg('Ortam Sıcaklığını giriniz(Celcius)'); temp=str2double(temp) if temp>=33 yazi=spr...
7 years 前 | 1 个回答 | 0