photo

Saurao Dalvi


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
122,129
of 301,778

評判
0

コントリビューション
5 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,418

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,499

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


value is not getting printed in static txt
a=ball_bearing_only_D (p,Fr,L10h,n,dia); set(handles.D,'String',final_D);

約8年 前 | 0 件の回答 | 0

0

回答

質問


Why set(handles.D,'String',final_D) set(handles.B,'String',final_B) set(handles.C,'String',final_C) set(handles.C0,'String',final_C) set(handles.Designation,'String',final_Designation) is not printing in static text(GUI)
function varargout = test11(varargin) % TEST11 MATLAB code for test11.fig % TEST11, by itself, creates a new TEST11...

約8年 前 | 2 件の回答 | 0

2

回答

質問


Help !!!!!!! fix this GUI plz..............
function varargout = test11(varargin) % TEST11 MATLAB code for test11.fig % TEST11, by itself, creates a new TEST11...

約8年 前 | 0 件の回答 | 0

0

回答

質問


How to compare variable with a vector?
to_be_compared_with=[4160 13300 16800 30700 41000 63700 6050]; value=13311; %I want to find a value from vector close to 13311...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How to solve (369.6*m^2)==(39297.5168/m)?
I have used syms m eqn=(369.6*m^2)==(39297.5168/m); solve(eqn,m); but the ans makes no sense (The ans in calc i...

約8年 前 | 1 件の回答 | 0

1

回答