photo

Satyam Taware


Last seen: 12 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
105,039
of 301,159

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,182

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,105

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I have to do a program to change the plot w.r.t Slider value . But how slider value will go again in formulas so we will get updated plot.
Review the following code and tell me which things I have to do to get change in plot w.r.t movement of slider %MyCallBack...

2 years ago | 1 answer | 0

1

answer

Question


Why I'm getting error 'Not enough input arguments'?
If you look it in my program, I create same as tutorial on decoding MFD file https://www.mathworks.com/help/vnt/ug/decode-and-w...

3 years ago | 0 answers | 0

0

answers

Question


How to convert logged ASCII file to readable data through DBC in MATLAB?
I have vehicle logged CAN data in ASCII format and DBC for it. I want to convert that raw data into redable data through DBC in...

3 years ago | 0 answers | 0

0

answers

Question


My code is running but very slow speed, I want make it fast so I want to create video of it
clear all close all clc %% Inputs t_span=linspace(0,20,1000); theta_0=[0,2]; b=0.05; g=9.81; l=1; m=0.1; %% use of ...

4 years ago | 2 answers | 0

2

answers

Question


how to create continues plot with respective time?
t=[0;0.0400801603206413;0.0801603206412826;0.120240480961924;0.160320641282565;0.200400801603206;0.240480961923848;0.28056112224...

4 years ago | 2 answers | 0

2

answers

Question


I'm trying to create double pendulum. If i crated the L1 then L2 rotates around 360 degree at the end point of L1. so I'm trying to use 'doble for loop' but i didn't get it.
m1=10; m2=10; %masses of pendulum r1=300; r2=300; % length of rigid rod a1=linspace(0,360,100); a2=linspace(360,0,100); % ...

4 years ago | 0 answers | 0

0

answers