ahmed - MATLAB Central
photo

ahmed


Last seen: 約1ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 1

統計

All
CodyMATLAB AnswersFile ExchangeFrom 06/16 to 04/25Use left and right arrows to move selectionFrom 06/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 質問
5 回答

File Exchange

2 ファイル

Cody

0 問題
15 解答

ランク
3,206
of 298,116

評判
18

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

回答採用率
0.00%

獲得投票数
9

ランク
10,902 of 20,535

評判
48

平均評価
5.00

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

ダウンロード
2

ALL TIME ダウンロード
388

ランク
28,262
of 160,402

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

スコア
161

バッジ数
1

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

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

平均評価

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

平均いいねの数

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

バッジを表示

Feeds

表示方法

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

3年以上 前

回答済み
where can i find a neural network transfer functions list?
Here they are: % compet - Competitive transfer function. % elliotsig - Elliot sigmoid transfer function. % hard...

4年以上 前 | 9

解決済み


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

6年以上 前

送信済み


Moesp using input and output Data
To identify subspace from given data.

7年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


Worked Example of Multivariable Subspace Identification: MOESP
Example of using MOESP, the example found in: Subspace Methods for System Identification "Springer"

7年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

回答済み
Distance between point and a line ?
this question have been answered by a mathwork staff heremathwork staff <https://www.mathworks.com/matlabcentral/answers/95608-i...

7年以上 前 | 0

解決済み


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

8年弱 前

解決済み


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

8年弱 前

解決済み


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 ...

8年弱 前

解決済み


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 ...

8年以上 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8年以上 前

解決済み


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

8年以上 前

解決済み


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

8年以上 前

解決済み


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

8年以上 前

解決済み


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

8年以上 前

回答済み
dfield6 errors with Matlab 2015
You are using *Matlab 2015*, *so*, you will have to use the *dfield8.m*, you will find two editions of dfield8.m in this link (o...

9年弱 前 | 0

回答済み
dfield8 with R2015b on Mac OSX issues?
you will find the *both editions* in this link (one for Matlab 2014 and before, the other is for Matlab 2015 and later): <htt...

9年弱 前 | 0

回答済み
What is the updated dfiled8.m for Mac OSX, I have the following error:
you will find two editions of *dfield8.m* in this link (one for Matlab 2014 and before, the other is for Matlab 2015 and later):...

9年弱 前 | 0

解決済み


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

9年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

9年弱 前

解決済み


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...

9年弱 前

解決済み


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:...

9年弱 前