photo

Amit Doshi


Suzlon Energy Ltd

2012 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

1 質問
0 回答

File Exchange

1 ファイル

Cody

0 問題
12 解答

ランク
212,547
of 302,092

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
6,024 of 21,538

評判
200

平均評価
2.80

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

ダウンロード
1

ALL TIME ダウンロード
1864

ランク
36,821
of 178,851

コントリビューション
0 問題
12 解答

スコア
130

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Bullseye Matrix
Given n (always odd), return output a that has concentric rings of the numbers 1 through (n+1)/2 around the center point. Exampl...

14年弱 前

解決済み


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

14年弱 前

解決済み


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

14年弱 前

解決済み


Is my wife right?
Regardless of input, output the string 'yes'.

14年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

14年弱 前

解決済み


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

14年弱 前

解決済み


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

14年弱 前

解決済み


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

14年弱 前

解決済み


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

14年弱 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

14年弱 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

14年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

14年弱 前

送信済み


Save plots from Matlab into an Excel file
This utility allows users to save their plot(one at a time)in an Excel file at a single click.

14年弱 前 | ダウンロード 1864 件 |

2.8 / 5
Thumbnail

質問


Finding polynamial roots using Newton-Raphson takes more time than in-built 'roots' function
Dear users, I would like to find roots of a cubic equation in Simulink[ver: 8.0] INPUTs to embedded Matlab function block:...

14年弱 前 | 0 件の回答 | 0

0

回答