photo

nsunjaya

MathWorks

Con actividad desde 2017

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
3 Respuestas

Cody

0 Problemas
4 Soluciones

CLASIFICACIÓN
5.157
of 300.392

REPUTACIÓN
10

CONTRIBUCIONES
0 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
64.324
of 168.373

CONTRIBUCIONES
0 Problemas
4 Soluciones

PUNTUACIÓN
50

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

casi 8 años hace | 0

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

casi 8 años hace | 0

| aceptada

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

Resuelto


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

casi 8 años hace

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

alrededor de 8 años hace | 1

| aceptada