photo

Mehmet OZC


Last seen: 15日 前 2012 年からアクティブ

Followers: 0   Following: 1

Interested in Math.

統計

All
MATLAB Answers

5 質問
1 回答

Cody

93 問題
2744 解答

ランク
12,634
of 298,350

評判
4

コントリビューション
5 質問
1 回答

回答採用率
100.0%

獲得投票数
0

ランク
 of 20,571

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
30
of 160,925

コントリビューション
93 問題
2744 解答

スコア
27,386

バッジ数
28

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • 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

バッジを表示

Feeds

表示方法

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

約9年 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
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 ...

約11年 前 | 0

| 採用済み