Eti Rastogi
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
64,850
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Feeds
Question
How do I fix this ?
function pool_volume = A09_poolSubfunction_erastogi(surface_r, bottom_r, depth_shallow, depth_deep) if (surface_r<0||bottom_r<0...
4 years ago | 2 answers | 0
2
answersQuestion
how do I make the function stop showing output arguments if an invalid input is entered.
function [max_h,H_dist]= A09Prob3_baler_erastogi(initial_v,launch_angle) if ~(initial_v>=9.5 & initial_v<=13.25) %initial veloc...
4 years ago | 1 answer | 0
1
answerQuestion
how do I fix this code
Review the blank flowchart in the figure window. Use it to create a function with 1 output argument (out1) and 2 input argume...
4 years ago | 1 answer | 0
1
answerQuestion
while loops , error in use of the word else and else
tank_radius = tank_diameter/2; % finding tank radius Length_cylindrical_section = (total_tank_length - (2*tank_radius)); % fin...
4 years ago | 1 answer | 0
1
answerQuestion
it won't run as it keeps showing illegal use of the word else
tank_diameter = 4.1; % Diameter of the tank [meters] total_tank_length = 20.5; % total length of the tank [meter...
4 years ago | 1 answer | 0