Statistics
RANK
122,055
of 301,709
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 176,196
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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)
Thanks , now it is providing the display in GUI. but the function (ball_bearing) doesn't return value to work space
8 years ago | 0
Question
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 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
Help !!!!!!! fix this GUI plz..............
function varargout = test11(varargin) % TEST11 MATLAB code for test11.fig % TEST11, by itself, creates a new TEST11...
8 years ago | 0 answers | 0
0
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0