Question


usage of not isequal
I am using this line: while not(isequal(OptimalPath(end,2)),SearchGoal) end I get error "not enough input arguments" - pu...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Index exceeds matrix dimensions
I have the foll. program and when I run it, I get the above error msg i.e. 'Index exceeds matrix dimensions'. Not sure what caus...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Minimum cell of a matrix
I am trying to find the minimum-value cell of a matrix. To simplify, I take a 3X3 matrix, I tried this but no luck. Row1=...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Error Masg Matrix Dimensions exceeded
I am struggling over the above error msg. My code is below. Any hints app[reciated. OptimalPath=zeros(40, 2); iter=0; ...

presque 8 ans il y a | 3 réponses | 0

3

réponses

Question


Matrix Element Transfer from one matrix to another
I have a matrix of 10X10. I want to select elements of this matrix and put them in an N X 2 Matrix. As example, if one of the se...

presque 8 ans il y a | 2 réponses | 0

2

réponses

Question


Convolution and filtering to refine an image to get the horizontal and vertical edges
img = double(lena); % ---- Filters ---------------------- % filter to detect horizontal edges gx = [1;0;-1]./sqrt(2); ...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


Forward Kinematics and Reverse Kinematics
In Robotics F.K. we have A*Si = B*phi where A, B are known matrices, Si is a vector with x, y and z as its elements, phi is the ...

presque 8 ans il y a | 1 réponse | 0

1

réponse

Question


Getting MATLAB for 3 months
Is there an affordable way of buying MATLAB? I need it for a course which does not qualify to buy as a student. Need it only for...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Error "Argument must contain a string"
I am trying to code a program to find the least path for a robot but get above error. My code is: while(currentCell ~= Sear...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Matrix Transfer of elements
I had asked similar to this before but had not given enough details. So will try again. I am trying to determine the lowest pot...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Transfer elements from 1 matrix to another
I have 2 matrices path one is path which is 6x2 and sample8 which is 3X3. I want to extract an element from sample8 and put it i...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Student Licence and Course Licence
I am doing an MIT course for which I already have a student licence. This expires end Dec. Can I buy a student licence now and w...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


how to run the example program in Ch 4 pg 4-6 "continue"
I keyed in the lines of code given and do not get any result and no cursor

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Data transfer from matlab to simulink and back
How to xfer data from matlab w'space to simulink and back? I tried but it asks for time steps. I want to xfer data that is not t...

plus de 12 ans il y a | 2 réponses | 0

2

réponses