A répondu
xlswrite multidimensional array in one sheet.
This works, in any case if someone need it T=matrix ; for j=1:length(matrix) T(8*(j-1)+[1,dim(matrix)],:)=matrix(:,:,j) ...

presque 4 ans il y a | 0

| A accepté

Question


xlswrite multidimensional array in one sheet.
I tried to export 6 x 6 x 1000 matrix from matlab to exel. However, the xlswrite overwrite it. I used the following loop to ...

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

2

réponses

A soumis


Four-bar-Linkage-simulation
This program is to solve inverse kinematics of four-bar linkage. Graphics simulation is included to see the solution on board.

presque 4 ans il y a | 10 téléchargements |

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 4 ans il y a

Question


quat2eul(quat) and dcm2Angle(R) difference for ZYX sequence
I've converted a quaternion to Euler angle using quat2eul(q,'ZYX') and a rotation matrix to Euler angle with function dcm2Angle(...

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

2

réponses

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

presque 4 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

presque 4 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 4 ans il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

presque 4 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 4 ans il y a

Question


Integrate 61 x 3 tabular data using Runge Kutta
I have a 61 x 3 velocity data and wanted to integrate using Rung Kutta integrator? I know how to integrate when I have a funct...

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

2

réponses

Question


Subscript indices must either be real positive integers or logicals while k starts from 1 .
% I've fun_dquat called by another function RK4 as shown below. Error says, Subscript indices must either be real positive inte...

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

1

réponse

Question


Is it possible to use variables stored in the workspace inside another function ?
Is it possible to use variables stored in the workspace inside another function ?

environ 4 ans il y a | 1 réponse | 0

1

réponse