![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15153903_1553749078388_DEF.jpg)
SITI AISHAH
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
244.689
of 297.016
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Looping for a specified number of iteration
clc clear all %-------------------------------------------------------------------------% % Specify the variable % oil_SAE...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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 ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
coding for a finite iteration
% Specify the variable % Temp_in = 23 ; % Sump Temperature (°C) d = 0.150; % Shaft Journal Diameter (Meter, m) ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
How to print variable into different rows?
f = COF_S / C_ratio; % Coefficient of friction, f e = Eccen_Rat_S ; % Eccentricity Ratio, e ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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'?
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
if condition for infinity
Please help me regarding this; slenderness = input ('what is your l/d?') if slenderness == 1 Sommerfeld = input ('Please...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
bijna 6 jaar ago | 1 answer | 0