Amelos - MATLAB Central
photo

Amelos


Last seen: 4年以上 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 06/16 to 03/25Use left and right arrows to move selectionFrom 06/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 質問
0 回答

ランク
277,660
of 297,711

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


A and B are coupled vectors. How can I get from A->A_new B-> B_new?
A = [0 1 2 3 4 8 3 4 5]; B = [0.1 0.2 0.2 0.3 0.4 0.2 0...

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

1

回答

質問


Can someone help me to solve this equation?
syms alpha gamma = asin(k3 * sin(alpha)/k2); delta_k = k1 + k2 * cos(gamma) - k3 * cos(alpha); phi = del...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


Can some solve this without for loops ?
a =rand(2,2,3); b = [ 1 2 3]; c = [1 2 3 4 5]; for n = 1: size(a,1) for m = 1:size(a,2) for s = 1: length(b) ...

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

0

回答

質問


Can someone do this calculation without for loops?
a = [1 2 3; 4 5 6]; b = [ 1 2 3 4]; c = [1 2 3 4 5]; for n = 1: size(a,1) for m = 1:size(a,2) f...

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

1

回答

質問


Can someone do this calculation without for loops ?
a = [1 2 3; 4 5 6]; b = [ 1 2 3]; for n = 1: size(a,1) for m = 1:size(a,2) k(n,m,:)= b.*b*a(n,m) end ...

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

3

回答