Community Profile

photo

Andrew


2011년부터 활동

통계

  • Thankful Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

질문


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...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
I need a guideline to learn MATLAB faster
Try the video tutorials at <http://www.youtube.com/user/RobertTalbertPhD>

12년 초과 전 | 0

질문


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...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 13년 전 | 답변 수: 3 | 0

3

답변

질문


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=...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 13년 전 | 답변 수: 1 | 1

1

답변

질문


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...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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....

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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: ...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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. ...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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' ...

거의 13년 전 | 답변 수: 2 | 3

2

답변

질문


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: ...

거의 13년 전 | 답변 수: 2 | 7

2

답변

답변 있음
Mapping 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...

거의 13년 전 | 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 ...

거의 13년 전 | 0

질문


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...

거의 13년 전 | 답변 수: 3 | 0

3

답변