Community Profile

photo

Sinwoo Jeong


Last seen: alrededor de 2 años hace Con actividad desde 2017

Followers: 0   Following: 0

Estadísticas

  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Is there any better way for doing this specific "matrix multiplication"?
What I want to calculate is as follows: clc,clear all na = 1000; nb = 500; B = sprandn(na, nb, 0.1); C = sprandn(na, n...

alrededor de 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Do we have an efficient way to do this matrix multiplication?
What I wanna do is just simple matrix multiplication of two matrix. I hope I can do this in a more efficient way. Here we have...

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

1

respuesta

Pregunta


How can I do this operation fast and simply?
<</matlabcentral/answers/uploaded_files/138911/%EC%BA%A1%EC%B2%98.PNG>> I have a matrix [M], [N] having the shapes as in the ...

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

1

respuesta

Pregunta


How can I use the function blkdiag without typing every single matrix?
I know we can construct a block diagonal matrix using the MATLAB function blkdiag. The way we use is out = blkdiag(a, b,...

más de 5 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Can I speed up this iterative ploting?
Hello. I need to plot a graph iteratively. (about 10000 times) One plot consists of a number of sub-plotting as follows. ...

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

1

respuesta

Pregunta


How can i speed up this large matrix multiplications?
Hello. The purpose of my code is solving O.D.E. and in the function I need to do large matrix multiplication every single tim...

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

1

respuesta

Pregunta


How can I do this 'Double integral having only one variable' fast?
Dear all, I have a function as follows: f(x) = integral(integral(g(x),0,x)*integral(h(x),0,x),a,b). Here, g(x) and h(x) are a...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I reduce the computation time of this matrix multiplication like calculation?
For example, we have arbitrary matrix A, B, and C. A = [1 2 3 3; 4 5 6 5; 7 8 9 9] B = [2 4 6 1; 6 9 0 6; 1 2 5 8] C = [2...

casi 7 años hace | 1 respuesta | 0

1

respuesta