photo

sandil thumbela


National Cheng Kung University

2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
1 답변

순위
177,750
of 301,598

평판
0

참여
5 질문
1 답변

답변 채택
80.0%

획득한 표
0

순위
 of 21,346

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,689

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Project help, I need to submit my project a gui tommorow but i keep on getting errors
function varargout = moment(varargin) % MOMENT MATLAB code for moment.fig % MOMENT, by itself, creates ...

거의 10년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Project help, I need to submit my project a gui tommorow but i keep on getting errors
Error in gui_mainfcn (line 95) feval(varargin{:}); Error in moment (line 42) gui_mainfcn(gui_State, varargin{:}...

거의 10년 전 | 0

질문


Hi guys I need help for my final project, Im trying to create a gui that calculates the moment of inertia for different shapes. I ve tried my best please help
function varargout = Momen_calculator(varargin) % MOMEN_CALCULATOR MATLAB code for Momen_calculator.fig % MOMEN_CAL...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Not enough input arguments help needed for assignment
function distance = dis(W) d=0.1; k=1e4; k2=1.5e4; if (W/k)<d x=W/k1 else x=(W+2*k2*d)/(k+2*k2) ...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


Finding an argument for a vector of polynomial
We are given the polynomial 13x^3+182x^2-184x+2503=0 Initially we are supposed to find the roots for the polynomial, then gra...

대략 10년 전 | 답변 수: 2 | 0

2

답변

질문


Subscript indices must either be real positive integers or logicals error,
r=10; z=0:0.1:4*pi; x=r*(z-sin(z)); Subscript indices must either be real positive integers or logicals. I keep gettin...

대략 10년 전 | 답변 수: 1 | 0

1

답변