Statistics
5 Questions
0 Answers
RANK
179,174
of 295,486
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
coloring a surface plot using custom colorbar
I've developed code to plot a 3D surf plot that looks like this: <</matlabcentral/answers/uploaded_files/65138/MeshPlotForSh...
8 years ago | 0 answers | 0
0
answersQuestion
How can I generate a randomized vector of repeating numbers with given conditions?
I'm trying to generate a vector of pseudo-random numbers that contains 1:11 repeated 8 times. The vector is broken up into block...
9 years ago | 1 answer | 0
1
answerQuestion
Reading Data from NI USB-6000
I'm trying to read data from an NI USB-6000 into 32 bit Matlab for an experiment. I was able to view the data in the NI MAX p...
10 years ago | 1 answer | 0
1
answerQuestion
How can I generate a vector of 19 numbers in such a way that all 19 numbers are repeated 10 times, but 10 consecutive numbers are not equal?
So far, the code I have is this: nTargs = 19; pairs = nchoosek(1:nTargs, 10); nPairs = size(pairs, 1); order = ra...
11 years ago | 1 answer | 0
1
answerQuestion
How do I create dropdown lists in gui based on folders, subfolders, and file names
Hi, I have a large amount of data that I want to process and view in a plot in a GUI. To get to the data that needs to be plo...
11 years ago | 0 answers | 0