photo

steven


2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
3 回答

ランク
195,824
of 301,671

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,379

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,058

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
Approximating 'y' coordinates of a b-spline's coefficients.
I have managed to come up with a solution which works for my case: %% Baseline Spline %% cp_x=[0 11.19 28....

8年弱 前 | 0

| 採用済み

質問


Approximating 'y' coordinates of a b-spline's coefficients.
I have created a B-spline using the following method: cp_x=[0 11.19 28.26 59.12 88.99 90...

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

1

回答

回答済み
Removing duplicate rows of matrices from a cell array.
Managed to solve it myself (with a lot of fiddling around!): Where 'a' is the 32x32 cell array: RemoveIndex = []; for i...

9年以上 前 | 0

| 採用済み

質問


Removing duplicate rows of matrices from a cell array.
<</matlabcentral/answers/uploaded_files/62528/Example.PNG>> I have a 32x32 cell array which all either contain X,Y coordinate...

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

1

回答

回答済み
Using the deviation of a linear regression calculation to trim the calculated data in the linear regression itself.
Thanks for both of your help. I have implemented the below and it seems to do what I was looking for (note: I have changed va...

9年以上 前 | 0

| 採用済み

質問


Using the deviation of a linear regression calculation to trim the calculated data in the linear regression itself.
I have calculated the linear regression of a set of data: -42.1274227227296 -6.79715991020203 -46.6343683929176 -12.2348...

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

3

回答

質問


Struggling to store indexing variable as an array.
I am trying to store a list of file names which have been retrieved from a folder. Any help would be appreciated; here is w...

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

1

回答

質問


How do I plot the different values in a for loop on the same plot? (confusing problem!)
I am wanting to take axial cuts sweeping from right to left along the x co-ords -0.05 to -1.0 in -0.05 increments to get the for...

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

1

回答