Louisa Thomas - MATLAB Central
photo

Louisa Thomas


Last seen: 5年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/17 to 04/25Use left and right arrows to move selectionFrom 10/17Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
1 回答

ランク
256,888
of 298,132

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,538

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,453

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to sum all instances of a value across a variable?
My variable follows this format a = [1 2 2 1] etc. So all of the values are either 1, or 2. How do I sum all of t...

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

1

回答

質問


How do I find the bend in a line?
I have the following in my code, which produces a line graph with 5 lines (plotting number of trials (50) on the x axis, against...

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

1

回答

回答済み
How to pull out rows with a unique value in a specified column?
the values in summed are integers, and I'm using MATLAB R2015b

7年以上 前 | 0

質問


How to pull out rows with a unique value in a specified column?
I have a matrix variable called 'summed' which is 1330 x 2. I want to pull out every row of 'summed' that has a unique value ...

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

2

回答

質問


I am trying to divide and getting the error message "matrix dimensions must agree". What does this mean?
I have the following piece of code. for ii = 1:length(k); for jj = length(trials); V1 = trials(jj,1) / (1...

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

1

回答

質問


How to specify which output will be recorded from a for loop?
I'm working on the following piece of code: for i = 1:length(k); for j = length(trials); V1 = trials(j,1)...

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

1

回答

質問


How to remove rows that meet a condition?
a = [1:19]; b = [2:20]; c = [1, 7, 14, 28, 42, 60, 90]; allOptions = combvec(a,b,c); allOptions = allOptio...

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

1

回答