![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8667636_1522128367494_DEF.jpg)
Xiaohan Du
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
81.336
of 297.016
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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: ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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] ...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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] [...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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'...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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)'; ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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. ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0