Community Profile

photo

davood Ostadalipoor


Last seen: nästan 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Question


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,...

nästan 4 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 4 år ago | 0 answers | 0

0

answers