Feeds
질문
Projectile as a height handle, fzero used as a function of function to find hitting ground, syntax> fzero(function_handle, x_guess) guess by user hitting ground
clc; clear all; close all; % height_handle = @(t) height(t) height_handle = @(t) -(9.8./2)*t^2+125*t+500 fplot(height_handle,...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Temperature controlled water level monitoring
Hi, I would like to measure and control the water level and it’s temperature in ten bath tops to plot the average temperature a...
5년 초과 전 | 답변 수: 0 | 0

