
Ergin Sezgin
MATLAB
Spoken Languages:
Turkish
Professional Interests:
Statistics
RANK
2,913
of 273,163
REPUTATION
14
CONTRIBUTIONS
2 Questions
10 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 18,447
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
Communication between external softwares and standalone app from Appdesigner
Hello, I am working on a standalone application project which actively needs to communicate with several external softwares. Th...
4 months ago | 0 answers | 0
0
answersdetect the largest red object, its centroid and put bounding box around it
You can use regionprops function as the following to get area value of each individual region and then sort the table and get th...
4 months ago | 0
Adding certain elements in an input vector and outputting a new vector with those sums.
Hello Coleman, It is relatively an easy task and seems like a homework so let me just help on the algorithm instead of the code...
4 months ago | 0
How to replace matrix elements by using statements?
Hello Hasancan, You should use both rows and columns in two for loops to check and adjust each element in a 2D matrix. for i ...
4 months ago | 0
How to Update Label Text from Custom Function in AppDesigner?
Hello Arda, Try using drawnow to update figures and callbacks as the following: function analyse_result = analyse(path_dir...
4 months ago | 0
| accepted
Find the position of numbers in array
Hello Marco, Following code might help with your task: rng(2022) inputArray = 100*rand(1,1820); % you should use your array ...
4 months ago | 0
Remove numbers during preprocessing
Hello Rachele, Try using the following code with your string array. words = ["stringOne", "stringTwo", "2022", "stringThree"] ...
4 months ago | 0
what we should use instead of 'datetime'
Hello Arash, As far as I understand from your case, you have an array of seconds which is a duration. If its data class is not ...
4 months ago | 0
| accepted
Image processing k-mean clustering
Hello Sam, You can use Image Segmenter and Image Region Analyzer Apps to accomplish your task, without using k-means. Check the...
5 months ago | 1
| accepted
Solved
Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...
5 months ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 months ago
Moving a slider and taking the data to calculate an output in the edit field section, appdesigner
Hello Fatma, FrequencyHzSliderValueChanged(app, event) seems like a callback rather than a public or private function. It invok...
5 months ago | 0
Remove duplicate on rows
Hello Heman, Try using unique function which returns only the unique elements in the array. newData = unique(yourData); If yo...
5 months ago | 0
Question
Trouble with sending emails - Can't send command to SMTP host
SOLVED Hello all, I am currently using sendmail function on MATLAB R2022a to periodically send emails to designated email adr...
5 months ago | 0 answers | 0