photo

sandil thumbela


National Cheng Kung University

2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
118,803
of 301,603

評判
0

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

回答採用率
80.0%

獲得投票数
0

ランク
 of 21,350

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,723

コントリビューション
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

回答