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

Answered
what function to use to find frequency of values in set?
... or maybe histcounts(R12) to get a histogram.

5 years ago | 0

Answered
Why do i get the error "Dimensions of arrays being concatenated are not consistent"
The problem in the second program is the statement 'theta(i) = theta', which is changing theta from a scalar into a vector. The...

5 years ago | 1

| accepted

Solved


convert I

5 years ago

Solved


STOP that car!!!!!!

5 years ago

Solved


rotate the vector 270 degrees?

5 years ago

Solved


Reassign cell contents to empty variables, preserving cell content data type
Given a cell array C, return a cell array D with the following specifications: 1. D has the same size as the input C. 2. E...

5 years ago

Solved


nanoseconds passed today
Calculate the amount of nanoseconds passed in the current day of a certain date string.

5 years ago

Solved


Find the function
Given a set of point (x,y) and the coordinate x of a new point, find the y value of new point.

5 years ago

Solved


Input x, output y

5 years ago

Solved


Find the function 2
Given a set of point (x,y) and the coordinate x of a new point, find the y value of new point. Test Suite is based on only one ...

5 years ago

Load more