photo

sandil thumbela


National Cheng Kung University

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
177,728
of 301,577

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
80.0%

收到投票数
0

排名
 of 21,338

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,550

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答