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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0