photo

davood Ostadalipoor


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
170,254
of 300,508

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,019

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,435

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

5 years ago | 0 answers | 0

0

answers