Community Profile

photo

Xin Liu


Con actividad desde 2019

Programming Languages:
Python, MATLAB
Professional Interests:
Optics

Estadísticas

  • Explorer
  • First Review
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


How to include and read data from sub-folders when creating a standalone application?
Hello everyone, I am creating an .exe program using the App Designer. In the startup function, I write I = imread('./Resource...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to extract raw data from a rgb image visualized with known colormap?
Hello, everyone, I have a rgb image, and it was visualized with a known colormap. Now I want to extract the raw 2D matrix data ...

más de 1 año hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I multiply two big matrices, avoiding out of memory?
for example, I = A*B, in which size(A) = [1024^2, 3], size(B) = [3, 1001^2]. So, size(I) = [1024^2, 1001^2] which could cause ou...

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

1

respuesta