Community Profile

photo

Argo Chakraborty


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to add marker for the current point in animated line
clc;clear all; close all a1 = animatedline('Color',[0 .7 .7]); a2 = animatedline('Color',[0 .5 .5]); axis([0 20 -1 1]) x =...

2 years ago | 1 answer | 0

1

answer

Question


Arrange array elements in 1st column w.r.t corresponding values in 2nd column
Hi, I have an array like this: A=[1 9 1 14 3 11 5 13 7 15 9 17 11 19 14 21] I want to...

3 years ago | 2 answers | 0

2

answers