photo

Rahul Jangid


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
2 Answers

RANK
96,692
of 300,379

REPUTATION
0

CONTRIBUTIONS
8 Questions
2 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

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

  • Thankful Level 2

View badges

Feeds

View by

Answered
converting equation into multiple of two matrix
HI BRO CAN YOU PLEASE HELP ME WITH THIS IT IS SHOWING SOME ERROR syms m J x xd TE TEd xb xbd TEb TEbd a b t K1 K2 C1 C2 KE = m...

3 years ago | 0

Question


converting equation into multiple of two matrix
hi there, hope you are doing good guys i want to convert some equations into the multiple of two matrices automatically. for...

3 years ago | 2 answers | 0

2

answers

Question


I want to convert few equations into matrix form >>>>>>
Can some one help me to convert those equations into matrix form Where the form of matrix is as A*X = B where X = [diff(x1(t...

3 years ago | 2 answers | 0

2

answers

Question


How to use "Par" while using euler lagranges equation.
hi there i want to know that de we need to give any specific sequence while using euler lagranges function in matlab ??? par = ...

3 years ago | 0 answers | 0

0

answers

Question


finding equation of motion using lagranges function
hi, i am not able to use lagrangian function in matlab it is showing error as "Unrecognized function or variable 'EulerLagrang...

3 years ago | 1 answer | 0

1

answer

Question


i need help in use of f solve
MY VARIABLES ARE A1 A2 A3 .... A12 code FF= subs(F-I,{t},{0}) equ = FF-I==0 f = @(A) [FF(1,1);FF(1,2);FF(1,3);FF(1,...

3 years ago | 1 answer | 0

1

answer

Answered
how to remove conj from equations? AND SOLVE THEM ?
clc clear all close all %% Intoroduction of variables syms m k K1 K2 K3 K4 K5 K6 K7 K8 C1 C2 C3 C4 C5 C6 C7 C8 t ...

3 years ago | 0

Question


how to remove conj from equations? AND SOLVE THEM ?
hii i am getting this kind of equations can someone please help me to solve these equations here "t" is a variable i need value...

3 years ago | 2 answers | 0

2

answers

Question


hi there i want to get the values of A1,A2,A2,Q1,Q2,Q3 , i have six equations and six initial conditions as Xo, Vo kindly suggest me solution
for i = 1:1:3 x(t) = U(i,1)*A1*cos(w2(1,1)*t + Q1) + U(i,2)*A2*cos(w2(2,2)*t + Q2) +U(i,3)*A3*cos(w2(3,3)*t + Q3); x=...

3 years ago | 1 answer | 0

1

answer

Question


i want an animation of a point to follow my curve ??? i have tried but not getting it?
clc clear % close all %% Input CP = 4; syms u v Po = [-40 -40 0]; %Attacking missile origin P1 = [-30 ...

4 years ago | 1 answer | 0

1

answer