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

casi 4 años hace | 0

| aceptada

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Enviada


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.

casi 4 años hace | 3 descargas |

Resuelto


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

casi 4 años hace

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Resuelto


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

casi 4 años hace

Pregunta


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

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ?

casi 4 años hace | 1 respuesta | 0

1

respuesta