Feeds
提问
Given a vector of length n, how to choose q<n *distinct* elements given an array of probabilities
I have a vector v of length n, and a corresponding array of probabilities P (also of length n) such that P(i) describes the prob...
11 years 前 | 0 个回答 | 0
0
个回答提问
Converting this nested for loop for parfor use
I received some really useful help on a similar problem last night here: http://www.mathworks.com/matlabcentral/answers/105436-c...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to insert a create a colormap like this for fill3 plots?
I'm plotting a bunch of triangles using a for loop and the fill3 command as shown below. I want to do something like this exampl...
12 years 前 | 0 个回答 | 0
0
个回答提问
Converting this 3-nested for loop for parfor
The context is a finite element assembly routine where I need to loop over a bunch of mesh elements. In principle, each iteratio...
12 years 前 | 1 个回答 | 0
1
个回答提问
Custom colormap for fill3 function
I'm working on a finite element code using triangular mesh elements. After I obtain the solution to the system, I'm plotting the...
12 years 前 | 0 个回答 | 0
0
个回答提问
Best way to plot three overlapping sets of integer data?
I'm plotting the number of iterations for 3 different trials so the y-axis is all integer values. The issue is that the data ...
12 years 前 | 1 个回答 | 0
1
个回答提问
MATLAB running on Mac OS after closing laptop?
So I have a code that by my estimation, should take about 4 hours to run to completion. I had to go somewhere while the code was...
12 years 前 | 0 个回答 | 1
