Community Profile

photo

艾哈迈德


Ondokuz Mayis大学

上一次见面:8个月前|一个ctive since 2016

Statistics

全部
  • Revival Level 1
  • Explorer
  • 个人最佳下载级别1
  • 首次审查
  • 5-Star Galaxy Level 1
  • First Submission
  • First Answer
  • 求解器

查看徽章

Content Feed

查看

解决了


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

8 months ago

一个nswered
where can i find a neural network transfer functions list?
Here they are: % compet - Competitive transfer function. % elliotsig - Elliot sigmoid transfer function. % hard...

1年前| 3

解决了


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

3 years ago

Submitted


穆斯普使用输入和输出数据
To identify subspace from given data.

4 years ago | 1 download |

Thumbnail

Submitted


多变量子空间标识的工作示例:
使用MUEPS的示例,在:用于系统标识“ Springer”的子空间方法中找到的示例

4 years ago | 3 downloads |

Thumbnail

一个nswered
Distance between point and a line ?
this question have been answered by a mathwork staff heremathwork staff

4年前| 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...

5 years ago

解决了


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

5 years ago

解决了


查找所有小于0或大于10的元素,然后用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 ...

5 years ago

解决了


Column Removal
从输入矩阵A中删除nth列,然后返回输出B中的结果矩阵。因此,如果a = [1 2 3;4 5 6];和 ...

5 years ago

解决了


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

5 years ago

解决了


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

5 years ago

解决了


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

5 years ago

解决了


确定输入是否奇怪
给定输入n,如果n为奇数或false,则返回true,如果n为偶数。

5 years ago

解决了


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

5 years ago

一个nswered
dfield6错误与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...

6年前| 0

一个nswered
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):

6年前| 0

一个nswered
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):...

6年前| 0

解决了


一个dd two numbers
Given a and b, return the sum a+b in c.

6年前

解决了


找到输入向量的所有数字的总和
找到输入向量X的所有数字的总和。示例:输入x = [1 2 3 5]输出y是11输入x ...

6年前

解决了


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

6年前

解决了


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

6年前