Function setxor and set function unique - set operations, Other Engineering

Assignment Help:

Function setxor and set function unique:

The function setxor receives two vectors as input arguments, and returns a vector having all the values from the two vectors which are not in the intersection of these two vectors. In another word, it is the union of two vectors obtained by using setdiff former!

>> setxor(v1,v2)

ans =

1 2 4 6 7

>> union(setdiff(v1,v2), setdiff(v2,v1))

ans =

1 2 4 6 7

The set function unique returns all the exclusive values from the set argument:

>> v3 = [1:5 3:6]

v3 =

1 2 3 4 5 3 4 5 6

>> unique(v3)

ans =

1 2 3 4 5 6

Most of the set functions return vectors which can be used to index into the original vectors as optional output arguments; for illustration, for the two vectors v1 and v2 defined formerly as:

>> v1

v1 =

2 3 4 5 6

>> v2

v2 =

1 3 5 7


Related Discussions:- Function setxor and set function unique - set operations

The integrator, Integrator This circuit performs the calculus operation...

Integrator This circuit performs the calculus operation of integration. An operational amplifier with negative feedback applied via a capacitor (instead of a resistor) will pe

Y 4 u, Ask questioy 4 men #Minimum 100 words accepted#

Ask questioy 4 men #Minimum 100 words accepted#

Securities analysis coursework, Company: British Sky Broadcasting Topic: Yo...

Company: British Sky Broadcasting Topic: You are a security analyst in a large investment house and must write a report on a real stock of your choice, giving a buy, hold or sell r

Liquidity ratios, Liquidity Ratios: The liquidity ratios of the company hel...

Liquidity Ratios: The liquidity ratios of the company help in determining the ability of the company to convert its current or liquid assets readily into cash. Higher the ratios be

Measurement uncertainty, Real measurements never deliver the true value of ...

Real measurements never deliver the true value of the physical quantity or measurand. The measurement uncertainty consists of a random error and a systematic error. Most of the err

Dynamic balancing principles - aircraft maintenance , Dynamic balancing pri...

Dynamic balancing principles: We must all be familiar with the effects of unbalance in one form or another, but perhaps the most common effect is that arising from wheel unbala

Create and plot signals in ccs , I want to plot x1=4exp(t/4) x2=sin(2Pift+...

I want to plot x1=4exp(t/4) x2=sin(2Pift+pi/2) and x3=x1x2 in CcS

Audio and video system, why front porch and back porch interval is providin...

why front porch and back porch interval is providing before and after the horizontal simpluses

Permeability of moulding sand, Permeability of Moulding Sand  is the proper...

Permeability of Moulding Sand  is the property of the sand, which permits the gases and steam to escape through the sand mould. For this purpose, the sand must be porous. Permeabil

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd