photo

Joe anson


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


create function that performs the following computation
S=N = 1+1/2+1/3+1/4+.........1/N Σ K =1

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please help me with these Logical Expressions
a=[4, 3, 12]; x=[0, 3, 9] and y=[14, -2,9] . Evaluate the following expressions: * z=(x&y)<(y&a) * z=(x&y)<y&a * z=x&(y|a...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Please help me with these Logical Expressions
a=[4, 3, 12]; x=[0, 3, 9] and y=[14,-2,9] . Evaluate the following expressions: • z=(x&y)<(y&a) • z=(x&y)<y&a • z=x&(y|a)...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Please help me with these Logical Expressions
a=[4, 3, 12]; x=[0, 3, 9] and y=[14,-2,9] . Evaluate the following expressions: • z=(x&y)<(y&a) • z=(x&y)<y&a • z=x&(y|a)...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Please help me with these Logical Expressions
a=[4, 3, 12]; x=[0, 3, 9] and y=[14, -2,9] . Evaluate the following expressions: • z=(x&y)<(y&a) • z=(x&y)<y&a • z=x&(y|a...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Logical Expressions Questions that i dont get how to do
a=[4, 3, 12]; x=[0, 3, 9] and y=[14, -2,9] . Evaluate the following expressions: • z = ~x • u= ~x > y • z=(x>y)&a • z=x&a ...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Generate a 1-by-10 vector p whose elements are random numbers.
Generate a 1-by-10 vector p whose elements are random numbers.

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Generate a 15-by-2 matrix q with random numbers
>> q=int8(100*rand(15,2)) q = 15×2 int8 matrix 16 76 97 74 96 39 49 66 80 17 14 71...

fast 6 Jahre vor | 0

Frage


Generate a 15-by-2 matrix q with random numbers
What is the solution for these questions a)Generate a 15-by-2 matrix q with random numbers b) create a 15-by-1 vector of ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generate a 15-by-2 matrix q with random numbers
someone please help me with these solutions a)Generate a 15-by-2 matrix q with random numbers b) create a 15-by-1 vector ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Plot 2D graph
Plot 2D graphs for each of the following functions on an interval [−2π, 2π]. Then plot all the graphs in the same chart and add...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort