Statistics
RANK
3.985
of 295.448
REPUTATION
13
CONTRIBUTIONS
17 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
12
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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
Reading in a text file containing "end-of-record" ("end-of-row") markers
Hi, I have a text file (test.txt) that is of the following form: 1.1 1.2 1.3 X 2.1 2.2 2.3 X 3.1 3.2 3.3 where X d...
meer dan 13 jaar ago | 1 answer | 0
1
answerI need a guideline to learn MATLAB faster
Try the video tutorials at <http://www.youtube.com/user/RobertTalbertPhD>
meer dan 13 jaar ago | 0
Question
Advice on reading an unformatted Fortran binary file into Matlab
Hi, I have used Fortran 90 to generate a huge array of reals (the dimensions are 5001 by 2287), and I have written this array...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Squeezing a two-dimensional array into a one-dimensional array without using a FOR loop
Hi, I would like to be able to squeeze a two-dimensional array into a one-dimensional array. Basically, I would like to be a...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Elegant way to replicate a vector, placing it into each cell in a cell array
Hi, I would like to be able to create a cell array, with each cell containing the same 1 by 3 vector that I specify. For exa...
meer dan 13 jaar ago | 3 answers | 0
3
answersQuestion
Converting a numeric array to a cell array containing vectors
Hi, Is there a way to convert a numeric array to a cell array of vectors? For example, suppose I have the following: A=...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Subtracting two cell arrays, yielding a third cell array
Hi, I have two cell array of vectors; each cell in both cell arrays contains a 1 by 3 vector. For example, A={[20 20 ...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Connecting points in 3D using plot3
Hi, Suppose I have three points: A=[1 1 1]; B=[2 2 2]; C=[3 3 3]; and suppose that I want to draw black lines c...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Recommended way to plot spheres
Hi, I have the x, y, and z coordinates of the oxygen and hydrogen atoms in a water molecule. For example, the coordinates of...
meer dan 13 jaar ago | 1 answer | 1
1
answerQuestion
Ignoring header text when using dlmread or similar function
Hi, I have some data files in a format called .xvg. These files come from a program called Gromacs, which runs molecular dyn...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Fast method to append or prepend rows of zeros
Hi, I have a 5001 by 762 matrix called posData. I would like to append and prepend, respectively, rows of zeros to posData....
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Extracting parts of a matrix implicitly (without storing the matrix)
Hi, Suppose I have a matrix [1 1 1; 2 2 2; 3 3 3] and suppose that I want to extract its second row. Of course I could do: ...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Fast way to delete the last n rows of a matrix
Hi, I would like to be able to delete the last n rows of a matrix. I have found that this can be done in the following way. ...
meer dan 13 jaar ago | 2 answers | 0
2
answersQuestion
Threading part of a function over each element in a cell array
Hi, I would like to thread part of a function over each element in a cell array. I'm afraid I'm being totally non-descriptiv...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Mapping a function over each cell in a cell array using arrayfun
Hi, I am trying to "map" a function over each cell in a cell array. For example, suppose that I have a cell array which is f...
meer dan 13 jaar ago | 1 answer | 0
1
answerQuestion
Using AND Operator in “if” statements
Hi, When I type the following code: if size([1 2 3])==size([4 5 6]) & size([4 5 6])==size([7 8 9]) 'yes' else 'no' end MATLA...
meer dan 13 jaar ago | 2 answers | 4
2
answersQuestion
Elegant way to extract part of a structure as an array
Hi, I would like to be able to extract part of a structure as an array. For example, suppose I create a simple structure: ...
meer dan 13 jaar ago | 2 answers | 7
2
answersMapping a function across an array of structures
Hi, May I ask you a related question? What if I want to map a function across each row in an array. For example, the bu...
meer dan 13 jaar ago | 0
Mapping a function across an array of structures
I am sorry, this does not appear to be working. Should I place the selectx function inside my delta function definition? When ...
meer dan 13 jaar ago | 0
Question
Mapping a function across an array of structures
Hi, I have created an array of structures for the x, y, and z coordinates of particles at time t. For example, suppose I hav...
meer dan 13 jaar ago | 3 answers | 0