Community Profile

photo

SITI AISHAH


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Looping for a specified number of iteration
clc clear all %-------------------------------------------------------------------------% % Specify the variable % oil_SAE...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to set the maximum iteration while looping
m=50; c=10; tol=m-c; while tol>0 c=c+5; tol=m-c; if tol<0; break else ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


coding for a finite iteration
% Specify the variable % Temp_in = 23 ; % Sump Temperature (°C) d = 0.150; % Shaft Journal Diameter (Meter, m) ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


GUI error- Numeric Component
I keep get the error saying that my value should be numeric and fall in the range. Can anybody help me on this? It is my code fo...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to print variable into different rows?
f = COF_S / C_ratio; % Coefficient of friction, f e = Eccen_Rat_S ; % Eccentricity Ratio, e ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Undefined function 'mtimes' for input arguments of type 'matlab.ui.control.NumericEditField' error
oil_SAE = app.oil_type.Value; Temp_in = app.Inlet_Temperature.Value; d = app.Shaft_diameter.Valu...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to make a row for an iteration?
Hi guys ! Help me with this please. How to array the row without repeating 'Table for iteration' and 'Tf .....T_average'?

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


if condition for infinity
Please help me regarding this; slenderness = input ('what is your l/d?') if slenderness == 1 Sommerfeld = input ('Please...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to iterate until the difference between variable is equal to zero
tf = 140 V = (1.5800e-08)*exp((1.1575e+03)/(tf + 95)) S = (625)^2*((V*(N/60))/160) delta_T = (0.349109 + (6.0094*S)+(0.047467...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to do an iteration with while loop
May somebody help me out with this. I want to do the iteration until Tf-T_average = 0. I want to put T_f as new Tf, however i do...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten