photo

Ergin Sezgin


Last seen: oltre 2 anni fa Attivo dal 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
Turkish

Statistica

All
MATLAB Answers

3 Domande
14 Risposte

Cody

0 Problemi
9 Soluzioni

RANK
2.537
of 301.540

REPUTAZIONE
24

CONTRIBUTI
3 Domande
14 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
2

RANK
 of 21.319

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
39.407
of 175.260

CONTRIBUTI
0 Problemi
9 Soluzioni

PUNTEGGIO
116

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Promoter
  • Thankful Level 1
  • Knowledgeable Level 2
  • Solver
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Draw multi graphs in one figure
Hi Reji, You can use subplot function to create axes in tiled positions which might be useful for your case. However, If you n...

quasi 3 anni fa | 0

| accettato

Domanda


Is it possible to migrate to MATLAB App Designer (.mlapp) using a properly structured .m file?
Hello, I wonder if it is possible to migrate a properly structured .m file to App Designer. By proper I mean that it is complet...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
Processing data from multiple files
Hi Dolev, Try using curly brackets "{}" instead of parentheses. Alternatively, take a look at datastore which is another option...

circa 3 anni fa | 0

Risposto
centroid for each slice along one axis in a .nrrd file
Hey, You can isolate the layers, binarize them with imbinarize function, manipulate the regions by morphology if necessary, and...

circa 3 anni fa | 0

| accettato

Risposto
How can I color an image?
Hello, Reshape function only changes the size of an array but keeps the number of elements same. For a color image in RGB color...

circa 3 anni fa | 1

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 0

Risposto
Remove numbers during preprocessing
Hello Rachele, Try using the following code with your string array. words = ["stringOne", "stringTwo", "2022", "stringThree"] ...

oltre 3 anni fa | 0

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

oltre 3 anni fa | 0

| accettato

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

oltre 3 anni fa | 1

| accettato

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

oltre 3 anni fa | 0

Risposto
Remove duplicate on rows
Hello Heman, Try using unique function which returns only the unique elements in the array. newData = unique(yourData); If yo...

oltre 3 anni fa | 0

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte