統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,134
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Finding digraph cycles efficiently
I have a digraph G. I would like to find a) all nodes that are in some cycle of G, and b) all nodes that are in every collecti...
約1年 前 | 1 件の回答 | 0
1
回答質問
Using find to determine equality not of scalars, but vectors
Hi, I have two vectors say x=[1 2 3 4 5 ] and y=[2 4]. I would like to find the elements of y in x. Usually, if y is a scalar...
2年以上 前 | 2 件の回答 | 0
2
回答質問
using matchpairs when objects have different capacities
I am using the matchpairs function to determine the assignment of objects to people that minimizes the total cost. It takes as...
2年以上 前 | 2 件の回答 | 0
2
回答質問
Reorganizing integer vector preserving order
Hi, I have a vector that is a randmperm of n, so it looks like this x= 2 5 6 13 18 8 14 4 9 ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Swap k elements in an n x1 vector
Hi I have a vector which is a random permutation of [1:n]. Say x=randperm(n) I want to create a vector that is equal to x, but...
約3年 前 | 1 件の回答 | 0
1
回答質問
Finding the most common element in the first row of a matrix
Hi there I have a matrix A, and I am wanting to take the first non zero element of each column. For example, for A =[...
約3年 前 | 1 件の回答 | 0
