Statistics
RANK
19,130
of 300,950
REPUTATION
2
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
1
RANK
of 21,120
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 171,885
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 0 answers | 0
0
answersGenerate 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...
6 years ago | 1
| accepted
Question
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...
6 years ago | 2 answers | 0
2
answersQuestion
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....
7 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 2 answers | 0
2
answersQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 0 answers | 0
0
answersQuestion
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 ...
7 years ago | 2 answers | 0

