Statistics
RANK
3 152
of 295 467
REPUTATION
18
CONTRIBUTIONS
0 Questions
5 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
9
RANK
10 883 of 20 234
REPUTATION
47
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
6
ALL TIME DOWNLOADS
375
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
mer än 3 år ago
where can i find a neural network transfer functions list?
Here they are: % compet - Competitive transfer function. % elliotsig - Elliot sigmoid transfer function. % hard...
ungefär 4 år ago | 9
Solved
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 ...
ungefär 6 år ago
Submitted
Moesp using input and output Data
To identify subspace from given data.
nästan 7 år ago | 4 downloads |
Submitted
Worked Example of Multivariable Subspace Identification: MOESP
Example of using MOESP, the example found in: Subspace Methods for System Identification "Springer"
nästan 7 år ago | 2 downloads |
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...
mer än 7 år ago | 0
Solved
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...
mer än 7 år ago
Solved
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...
mer än 7 år ago
Solved
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 ...
mer än 7 år ago
Solved
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 ...
nästan 8 år ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
nästan 8 år ago
Solved
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...
ungefär 8 år ago
Solved
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...
ungefär 8 år ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
ungefär 8 år ago
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...
mer än 8 år ago | 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...
mer än 8 år ago | 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):...
mer än 8 år ago | 0
Solved
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 ...
mer än 8 år ago
Solved
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...
mer än 8 år ago
Solved
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:...
mer än 8 år ago