photo

Xin Liu


2019 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
Python, MATLAB
Professional Interests:
Optics

統計

MATLAB Answers

3 質問
0 回答

ランク
246,051
of 300,369

評判
0

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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

3年弱 前 | 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 ...

約3年 前 | 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...

約6年 前 | 1 件の回答 | 0

1

回答