Domanda


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...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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=...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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; ...

quasi 8 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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); ...

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 12 anni fa | 2 risposte | 0

2

risposte