Solved


Input & Output "Smart One"
If i give my secret function a x value as input the result will be y value as output. Examples: input: x=6 ----->>> output: ...

5 years ago

Solved


Round the chord length!!

5 years ago

Solved


The Hills Are Alive...
After a long day of coding, you decide to get some fresh air and hike up a nearby hill. The hill isn't very tall, but since you...

5 years ago

Answered
Plotting a row in a Matrix
That would be: plot(sortpopulation(1:10,5));

5 years ago | 0

Answered
Adding each values to row vector
... but if you just want to create a vector with three values, you would use a statement like: a = [1,2,3]; This produces a ve...

5 years ago | 0

Solved


Number Puzzle - 104

5 years ago

Solved


Number Puzzle - 103

5 years ago

Solved


Number Puzzle - 102

5 years ago

Solved


apply zero padding to a matrix

5 years ago

Solved


Squares inside a square!

5 years ago

Solved


Flow rate in a pipe

5 years ago

Answered
How do I plot a function over a specific range of x values?
Erica, I think fplot() will work if it is called correctly. If you want to use it, you need to define the function so that it ...

5 years ago | 0

| accepted

Answered
For loop execution.
I think it may be the 4 clauses that read like (t >= 0.1 & t <= 2.5). Shouldn't these say (t(d) >= 0.1 & t(d) <= 2.5)?

5 years ago | 0

| accepted

Solved


convert lll

5 years ago

Solved


convert ll

5 years ago

Solved


Check Palindrome

5 years ago

Load more