SITI AISHAH
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
135 096
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
30.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Looping for a specified number of iteration
clc clear all %-------------------------------------------------------------------------% % Specify the variable % oil_SAE...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
coding for a finite iteration
% Specify the variable % Temp_in = 23 ; % Sump Temperature (°C) d = 0.150; % Shaft Journal Diameter (Meter, m) ...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to print variable into different rows?
f = COF_S / C_ratio; % Coefficient of friction, f e = Eccen_Rat_S ; % Eccentricity Ratio, e ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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'?
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
if condition for infinity
Please help me regarding this; slenderness = input ('what is your l/d?') if slenderness == 1 Sommerfeld = input ('Please...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 1 réponse | 0