photo

ER2018


Last seen: alrededor de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

8 Preguntas
1 Respuesta

CLASIFICACIÓN
19.130
of 297.527

REPUTACIÓN
2

CONTRIBUCIONES
8 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
37.5%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.075

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Avoid for-loops when calculating grid points that are sum of vectors
I would like to speed up my code. Typically I find ways to avoid for-loops to gain computation time, but I'm hitting a brick wa...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Avoid many for-loops when calculating contact lengths between elements
I built a thermal model composed of N elements (N~10^5-10^6), grouped in a smaller number of groups (nGroups~10^2-10^3). The 1xN...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Respondida
Generate a mesh with unequal steps based on a density function
After receiving some help from another forum [https://stackoverflow.com/questions/61248310/generate-a-mesh-with-unequal-steps-ba...

casi 5 años hace | 1

| aceptada

Pregunta


Generate a mesh with unequal steps based on a density function
I'm trying to generate a 1D mesh with unequal step length, and with a fixed number of elements [same as the initial mesh]. The l...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


any workaround for deploying applications allowing users to define custom functions?
I'm developing a deployed application using Matlab 2018a. The application allows the users to perform multiphysics simulations....

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


possible to increase speed of power function applied to a vector?
Is it possible to increase speed of power function applied to a vector? N=16e3; X=-2+4*rand(N,1); Y=10.^X; I tried ...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to assign values from a vector to groups of elements of another, longer vector?
I have a vector of values, and I want to assign each value to a group of elements of another, longer vector. The groups can have...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Improving the efficiency of repmat and function with inputs of different sizes
I wrote a code that performs some calculation at each time step (Euler method). In the calculation I have groups of elements, w...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to sum parts of a matrix of different sizes, without using for loops?
I have a relatively large matrix NxN (N~20,000) and a Nx1 vector identifying the indices that must be grouped together. I want ...

más de 6 años hace | 2 respuestas | 0

2

respuestas