Community Profile

photo

Xin Liu


自 2019 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
Python, MATLAB
Professional Interests:
Optics

统计数据

  • Explorer
  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 0 个回答 | 0

0

个回答

提问


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

1 year 前 | 3 个回答 | 0

3

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答