photo

Andrew Wiebe


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
2 回答

ランク
154,550
of 300,813

評判
0

コントリビューション
13 質問
2 回答

回答採用率
15.38%

獲得投票数
0

ランク
 of 21,086

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,169

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Find intersection of two matrices of data.
I have 2 matrices of data, each two dimensions, and I want to find the points at which the lines from these matrices would inter...

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

1

回答

質問


Find a point of intersection of two 2D matrices.
How would i find the point of intersection of two 2D data matrices. Neither originate from equations of lines. i want the (x,y) ...

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

0

回答

質問


Figure with multiple views
I have a surface generated in a graph on Matlab. I am curious about how i can make a single figure which contains multiple views...

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

1

回答

質問


Interpolating between lines in 3D
I have a 42x100x3 matrix, where 1,2,3 represent the x,y,z values, each row represents one of the 42 lines. I have a mesh grid of...

約10年 前 | 0 件の回答 | 0

0

回答

質問


Interpolating between lines in 3D
I have a number of 3D lines in space, and i want to interpolate between the each line to get a surface from the lines. What woul...

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

1

回答

質問


Error using interpolation line 64
How do i get around this error with says: Error using interp (line 64) Length of data sequence must be at least 9. You eithe...

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

1

回答

質問


Converting a matrix into an array
How would i convert a matrix into an array, where each column of numbers turns into a single element(matrix)? so all I'm left wi...

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

1

回答

質問


Judging input word based on first letter
How would I write an m-file that asks a user to input a word and only returns a correct response if the word begins with "A","B"...

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

1

回答

質問


Using a matrix where every column has a different number of rows, to obtain a matrix with the exact same dimensions for every column.
for n=1:42; Lx(max(size(L(1:end,n))))=L(1:end,n).*[sind(theta{n,1}(1:end,1))]; end. L is a matrix with 42 columns...

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

1

回答

回答済み
Nested for loops help!
Ok i think it worked, just confused because it lists the name of each element within n as the values, and i expected them to be ...

10年以上 前 | 0

質問


Nested for loops help!
If i have m1(n,1)=(m2(n,1)+((m3(n,1))*p)); Where m1 m2 and m3 are all arrays. if i wanted the range of n=1:42, ...

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

2

回答

質問


If I have a 4x4 cell array, 'm' where each element is a matrix expressed as '4x4 double', what would be the notation to access the values of a matrix within 'm'.
say m = 4x4 double 4x4 double 4x4 double 4x4 double 4x4 double 4x4 double 4x4 double 4x4 double 4x...

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

2

回答

質問


How do i do a for loop within a for loop with a variable changing n=1:42.
If i wanted to create a for loop where n=1:42, but there is another variable, l whose dimension is dependant on the variable n. ...

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

1

回答

回答済み
If I have a 4x4 cell array, 'm' where each element is a matrix expressed as '4x4 double', what would be the notation to access the values of a matrix within 'm'.
Wonderful! one other thing, I'm trying to set two separate variables in a for loop to be a range of numbers i.e. n=1:42 l=1:53. ...

10年以上 前 | 0

質問


I have this code and when run it's telling me that the index exceeds the matrix dimensions. Im in the process of teaching myself matlab. Can anyone help please?
for n=1:42; for n=1; l=1:52; for n=[2 3 4 5 6 9]; l=1:16; for n=[7:8,10:41]; ...

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

0

回答