photo

KiBaek Jang


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
36,063
of 300,641

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
 of 21,036

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,946

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 1

View badges

Feeds

View by

Question


An error occurred using: coder.internal.errorIf The values ​​of TEMPLATE cannot all be equal.
global str2num; global med_u_sub; global med_v_sub; global x_min; global x_max; global y_min; global y_max; a= str2num{...

3 years ago | 1 answer | 1

1

answer

Question


I'm getting an error using: ver_4/singleButtonPushed The index in position 1 is invalid. Array indices must be positive integers or logical values.
function [vector] = SUBPIX2DGAUSS (result_conv,interrogationarea,x,y,SubPixOffset) if (x <= (size(result_conv,1)-1)) && (y <=...

3 years ago | 1 answer | 0

1

answer

Question


I want to imread multiple selected files via uigetfile
file=uigetfile('*.*', 'select a single file at a time', 'download', 'MultiSelect','on'); image=string(file); imagea = imread(...

3 years ago | 1 answer | 0

1

answer

Question


I want to get multiple jpg files by path and name through the function uigetfile and display them in the picture window.
[file, path]= uigetfile(('*.jpg',... 'Select One or More Files', ... 'MultiSelect', 'on');

3 years ago | 1 answer | 0

1

answer

Question


Convert string cells to text scalar format
[file,path,indx] = uigetfile('*.*','select a single file at a time' ... ,'MultiSelect','on'); fn=string(file); fp=strin...

3 years ago | 1 answer | 0

1

answer