photo

KiBaek Jang


Last seen: 거의 4년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
36,063
of 301,252

평판
1

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
1

순위
 of 21,207

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,657

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

거의 4년 전 | 답변 수: 1 | 1

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변