nsunjaya
MathWorks
Followers: 0 Following: 0
Statistics
RANK
4.813
of 295.467
REPUTATION
10
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to create a Skip-Layer feedforward neural network in MATLAB?
This is supported by DAG (Directed Acyclic Graph) networks in MATLAB. The doc for DAGs contains an example with a skip convoluti...
bijna 7 jaar ago | 0
How can I get integral2 to work for my problem?
The "integral2" function in MATLAB was designed to have a more generic interface in order to house more than one method of integ...
bijna 7 jaar ago | 0
| accepted
Solved
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...
ongeveer 7 jaar ago
Solved
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...
ongeveer 7 jaar 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...
ongeveer 7 jaar ago
Perimeter used by regionprops
The 'perimeter' calculation in "regionprops" is done based on a formula explained in the following paper: A.M. Vossepoel, and...
ongeveer 7 jaar ago | 1
| accepted