Community Profile

photo

Andrew


Con actividad desde 2011

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

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

más de 12 años hace | 0

Pregunta


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

más de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 1

1

respuesta

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 13 años hace | 2 respuestas | 3

2

respuestas

Pregunta


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

casi 13 años hace | 2 respuestas | 7

2

respuestas

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

casi 13 años hace | 0

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

casi 13 años hace | 0

Pregunta


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

casi 13 años hace | 3 respuestas | 0

3

respuestas