統計
MATLAB Answers
7 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Fitting a 3D parametric line to 3D data
Hi, Suppose I have data of 3D points in the form of 3 n by 1 vectors, X, Y and Z. I'd like to least-squares fit a 3D line to...
12年以上 前 | 0 件の回答 | 0
0
回答質問
Concatenating cell array elements
Hi, Suppose I have two cell arrays, A and B. Both cell arrays are of size 1 X n and |size(A{i}) = size(B{i}) for all i = 1:n|...
12年以上 前 | 1 件の回答 | 1
1
回答質問
Picking values from n-d array along 3rd dimension
Hi, Suppose I have |A|, an |m x n x q| array with large integer values. I have |B|, an |m x n| array of integer values in ...
12年以上 前 | 3 件の回答 | 0
3
回答質問
Replacing n-d array elements based on pre-defined list
Hi, Suppose I have an n-d array of q unique integers. I want to replace the value of every element in this n-d array based on...
12年以上 前 | 2 件の回答 | 0
2
回答質問
filling up an m X n X o size matrix without loops
Hi, I am looking for an efficient way to 'fill up' a three-dimensional (m by n by o size) matrix M with elements based on a s...
約13年 前 | 1 件の回答 | 0
1
回答質問
reshaping 2D matrix into 3D - specific ordering
Hi, I'd like to ask for your help in the following problem: I have an n by m 2D matrix which is formed by concatenating a ...
13年以上 前 | 1 件の回答 | 4
1
回答質問
creating multi-dimensional arrays from vectors
Hi, I want to create a multi-dimensional array 'b' from a vector 'a' as the following example: a = 1 2 3 ...
14年弱 前 | 2 件の回答 | 0
