Community Profile

photo

Huadong Hu


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort