![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19263194_1598122197773_DEF.jpg)
Eti Rastogi
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
181.038
of 297.016
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 4 Jahre vor | 1 Antwort | 0