Community Profile

photo

KiBaek Jang


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 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{...

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

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

2 years 前 | 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');

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

2 years 前 | 1 个回答 | 0

1

个回答