Community Profile

photo

nsunjaya

MathWorks

Actif depuis 2017

Followers: 0   Following: 0

Statistiques

All
  • Revival Level 1
  • Knowledgeable Level 1
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
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...

environ 6 ans il y a | 0

A répondu
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...

plus de 6 ans il y a | 0

| A accepté

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

A répondu
Perimeter used by regionprops
The 'perimeter' calculation in "regionprops" is done based on a formula explained in the following paper: A.M. Vossepoel, and...

plus de 6 ans il y a | 1

| A accepté