SITI AISHAH
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
10 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Looping for a specified number of iteration
clc clear all %-------------------------------------------------------------------------% % Specify the variable % oil_SAE...
約5年 前 | 0 件の回答 | 0
0
回答質問
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 ...
約5年 前 | 1 件の回答 | 0
1
回答質問
coding for a finite iteration
% Specify the variable % Temp_in = 23 ; % Sump Temperature (°C) d = 0.150; % Shaft Journal Diameter (Meter, m) ...
約5年 前 | 0 件の回答 | 0
0
回答質問
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...
約5年 前 | 0 件の回答 | 0
0
回答質問
How to print variable into different rows?
f = COF_S / C_ratio; % Coefficient of friction, f e = Eccen_Rat_S ; % Eccentricity Ratio, e ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年以上 前 | 1 件の回答 | 0
1
回答質問
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'?
5年以上 前 | 1 件の回答 | 0
1
回答質問
if condition for infinity
Please help me regarding this; slenderness = input ('what is your l/d?') if slenderness == 1 Sommerfeld = input ('Please...
5年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年以上 前 | 1 件の回答 | 0
1
回答質問
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...
5年以上 前 | 1 件の回答 | 0