photo

Mehmet OZC


Last seen: 21 giorni fa Attivo dal 2012

Followers: 1   Following: 1

Messaggio

Interested in Math.

Statistica

All
MATLAB Answers

5 Domande
1 Risposta

Cody

93 Problemi
2744 Soluzioni

RANK
12.626
of 301.533

REPUTAZIONE
4

CONTRIBUTI
5 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 21.316

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
33
of 175.212

CONTRIBUTI
93 Problemi
2744 Soluzioni

PUNTEGGIO
27.356

NUMERO DI BADGE
28

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Flipbook Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Thankful Level 3
  • Knowledgeable Level 1
  • Cody 10th Anniversary 10-Day Streak
  • Leader
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Likeable
  • Magic Numbers II Master
  • Indexing II Master
  • Matrix Patterns II Master

Visualizza badge

Feeds

Visto da

Domanda


Problem running methods in .jar files
There is a .jar file (https://github.com/ahmetaa/zemberek-nlp) called "zemberek" which is a Natural Language Processing tools fo...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How to vectorize the following code?
function kod = sehir2kod(sehirName) switch strtrim(sehirName) case 'Adana' kod = 01; case 'Adıyama...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to retrieve ga options?
I have run a ga procedure and it finished without a problem. However I wonder the parameters used in the procedure especially th...

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Eval with multiple lines
I have to run following with eval function in a single line. a = 1:20; % first step is to define a variable b = '[nan a(...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How to efficiently integrate big data without using memory / (How to create big data)
* in a study i will produce large arrays. * Each array will have at least 500 MB size. * Each array will have the same number ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Risposto
How to know if a string is a valid matlab function ?
You can simply run the function below, hope it helps. function output = function_i_m_looking_for(x) output = 1; try ...

circa 12 anni fa | 0

| accettato