photo

Terek Li


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
1 回答

ランク
234,202
of 300,829

評判
0

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

回答採用率
90.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


How to find the length of segments of a matrix that meet certain condition?
Hi guys, I am trying hard to think of an algorithm for this, but no luck. If I have a matrix a = [77 77 77 79 79 79 77 77 77 ...

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

1

回答

質問


textscan 4th row into one string
Hi, I have a huge file that I want to read only the 4th row with delimiter ';'. I want to read everything in this row into on...

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

1

回答

質問


Convert vector to single double number
I have a vector [ 0 0 1 0 1 0 1] is there a quick way to convert it to a single number: 10101 ?

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

2

回答

回答済み
Why does an if block only run once?
'if' statement is not a loop, if you want to look it then use 'while'

約9年 前 | 0

質問


concatenate all value in a matrix into one number
if I have a matrix [1 2 3 4], is there a quick and easy way to obtain 1234 ?

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

2

回答

質問


how to find index of a cell that contains a numeric value?
Hi, there are several posts regarding this question, but none of their solutions actually work... I have a 1000*1 cell contai...

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

1

回答

質問


How to emtpy part of a matrix?
If I have a matrix like this : a = [1 2; 3 4; 5 6; 7 8] is there a quick way to remove '3' and '4' from the matr...

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

1

回答

質問


how to remove a specific section of a cell
For example if I have a 5:2 cell, each cell is filled with value. Is there a way to empty all the value in the 1st column excep...

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

1

回答

質問


How to find which column consists character 'example' in cell c{1,2}(:,1)
so I have a cell called 'c', I want to know which column the characters 'example' exist in c{1,2}(:,1).... Is there a function ...

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

2

回答

質問


how to run block of a function only if block of another function has been ran
What is the most efficient way to code so that one block of function A is ran only when another block of function B has been ran...

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

1

回答

質問


How to process multiple txt files in a loop?
I have multiple txt files in a folder, and I wrote a code to process a single file: function output = do(input) fil...

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

2

回答