photo

Huadong Hu


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
88,628
of 300,997

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
22.22%

收到投票数
0

排名
 of 21,134

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,289

贡献数
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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答

提问


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

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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

7 years 前 | 0 个回答 | 0

0

个回答

提问


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

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

7 years 前 | 2 个回答 | 0

2

个回答

提问


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

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

7 years 前 | 1 个回答 | 0

1

个回答