how to use flag matrix in matlab ?

let j is a sequence.

4 Comments

Akshay Malav
Akshay Malav on 21 Jun 2019
Edited: Akshay Malav on 21 Jun 2019
Can you clearify your question
if ""j"" is a sequence and i want to put flag matrix on '''j''''
which commandis used for this.
is flag(j) is true for this?
"is a sequence" is too vague, {'a','q','t'} is a sequence of characters. {'pig','cat','platypus'} is a sequence of animal names or plain words, [1 12 123 1234] is a sequence of numbers. "Flag" is also too vague - what do you want the flag to mean or be used for? Is your sequence a sequence of identifiers for some event you've recorded? Do you want the "flag" to be an array which collects those instances in some way?
For anyone to be able to help you you need to give sufficient information about the problem at hand...
@Sultan: Please read: How to ask a good question

Sign in to comment.

Answers (0)

Asked:

on 21 Jun 2019

Commented:

Jan
on 21 Jun 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!