photo

Huadong Hu


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
88,585
of 300,840

評判
0

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

回答採用率
22.22%

獲得投票数
0

ランク
 of 21,092

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


'.' is not an internal or external command, nor is it a runnable program or batch file
this below is raw2jpeg.m: function raw2jpeg(lfp_file) cd('lfptools') ...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


Is the .jpg image one-dimensional and two-dimensional?
part code: validateattributes(I,{'uint8','uint16','uint32'},{'real','2d'}, ... mfilename, 'I',1); Problem: The .m file n...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


how to solve the problem?
function raw2jpeg(lfp_file) cd('lfptools') sys_command = ['./lfps...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


I want to get 5D-single data,are there ways to get it?
Variable summaries with more than 524288 elements cannot be displayed.

6年以上 前 | 0 件の回答 | 0

0

回答

質問


how to solve it?
>> CalOptions.ExpectedCheckerSize = [8,6]; CalOptions.ExpectedCheckerSpacing_m = 1e-3 * [35.1, 35.0]; LFUtilCalLensletCam() .....

6年以上 前 | 0 件の回答 | 0

0

回答

質問


how to deal with it?
>> DecodeOptions.OptionalTasks = 'ColourCorrect'; LFUtilDecodeLytroFolder ([ ] , [ ] , DecodeOptions); Searching for files [ *...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


what's the matter when i run a M.file?
These below are part of the contents of the M.file i want to run. clc; clear all; clc; addpath(genpath('Sample_test')); a...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How to remove the warning?
>> LFToolboxPath = fileparts(mfilename('fullpath')); fprintf('Adding paths for LF Toolbox '); addpath( LFToolboxPath ); addpa...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


The external toolbox does not display enough parameters when setting the path. How to solve it?
>> LFToolboxPath = fileparts(mfilename('fullpath')); fprintf('Adding paths for LF Toolbox '); addpath( fullfile(LFToolboxPat...

6年以上 前 | 1 件の回答 | 0

1

回答