photo

Huadong Hu


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
238,874
of 300,611

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
22.22%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


'.' 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 ago | 2 answers | 0

2

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer