Community Profile

photo

Xiaohan Du


Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How to reduce the space among columns in command window?
Hi all, I'd like to display a 31 by 31 matrix in command window, MATLAB leaves a lot of space among columns like this: ...

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

1

respuesta

Pregunta


How to sum same size cell blocks?
Hi all, I have a cell which contains same size matrices, like this: inpt = [13x13 double] [13x13 double] ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to use loop in Anonymous functions?
Hi all, I have a 2 by 2 cell 'dblk' like this: dblk = [4x4 double] [4x4 double] [4x4 double] [...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Negative eigenvalues with frequency analysis related to ABAQUS
Hi all, I have a simple cantilever beam model with triangular elements, degrees of freedom = 308; there are 2 holes on the be...

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

1

respuesta

Pregunta


Improve efficiency of backslash operator for sparse matrices
Hi all, I have a problem which needs to perform x = A\b for hundreds of times, where A is a sparse matrix of roughly 1500*150...

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

1

respuesta

Pregunta


An efficient Lagrange interpolation algorithm for multi-variate problems
Hi all, I'd like to perform a multi-variate Lagrange interpolation for matrices. Here is a simple example: Imagine there a...

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

1

respuesta

Pregunta


How to pass structure data into parfor loop
Hi all, I have a simple parfor test code like this: inpt.a1 = rand(100); inpt.a2 = rand(100); parfor i = 1...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to gather results from a parfor loop?
Hi all, I'm new to parallel computing in MATLAB, please forgive my simple question. I have a test code like this, while I'...

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

1

respuesta

Pregunta


How to carry index within a function?
Hi all, This is a very long question ;-) I have a function which sort a grid to cell blocks, the function is: functio...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to 'carry' matrix index with matrix operations
Hi all, I'd like to keep the matrix index while carrying out matrix operations, for example: a = randi([1 20], 1, 5)'; ...

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

1

respuesta

Pregunta


How to avoid text overlapping automatically in plot3?
Hello guys, I have a few points in 3d space indicating the reduction of error. As you can see from the plot there are some po...

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

1

respuesta

Pregunta


All combination for a cell structure?
Hi all, I'd like to get all combinations for all elements in a cell structure. For example, var = rand(20, 3); no = 5...

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

1

respuesta

Pregunta


Can I use mat2cell to divide a long column vector into several equal sized vectors?
Hello, I see the use of mat2cell, e.g. a = mat2cell(b, [m n], [x y z]). This means I'll have to assign value to m and n. ...

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

1

respuesta

Pregunta


All combinations of matrix elements?
Hello, I'd like to find all combinations of 2 elements in a matrix. For example, a = [1:4; 5:8; 9:12]', the result should...

más de 7 años hace | 2 respuestas | 0

2

respuestas