photo

Mukti Tomar


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
255,832
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


how to write the code for tracing this particular path?

4 years ago | 0 answers | 0

0

answers

Question


code is giving error ,unable to get output graphs...
l1 = 20; % length first link l2 = 15; % length second link l3 = 10; % length third link theta1 = 0:0.1:pi/4; % all theta1 v...

4 years ago | 1 answer | 0

1

answer

Question


my code is giving the error "not enough input arguments". How to resolve this error?(matlab2013a)
clc;clear all;close all; [t,x] = ode15s(@tsmcr,[0,8],[0.2 2 0 0 0.2 2 0 0]); figure(1) subplot(221) plot(t,x(:,1)) hold on ...

4 years ago | 1 answer | 0

1

answer