Andrew Wiebe
Followers: 0 Following: 0
Statistics
RANK
253 504
of 295 486
REPUTATION
0
CONTRIBUTIONS
13 Questions
2 Answers
ANSWER ACCEPTANCE
15.38%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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) ...
nästan 9 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 9 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 9 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
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"...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 9 år ago | 1 answer | 0
1
answerNested 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 ...
ungefär 9 år ago | 0
Question
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, ...
ungefär 9 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 9 år ago | 2 answers | 0
2
answersQuestion
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. ...
ungefär 9 år ago | 1 answer | 0
1
answerIf 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. ...
ungefär 9 år ago | 0
Question
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]; ...
ungefär 9 år ago | 0 answers | 0