photo

Saurao Dalvi


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
122,062
of 301,716

평판
0

참여
5 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,398

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,227

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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년 전 | 0

질문


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

답변