回答済み find contiguous region with highest values
There may be a nice (but slightly complicated) way of getting the *linear indices* here. The idea is something like this: Get co...
8年以上 前 | 0
回答済み How to put dates on de x-axis
If each of the values in your vector were to be associated with their corresponding dates, then you could plot them. A simple wa...
8年以上 前 | 0
| 採用済み
回答済み What is wrong with my solve function?
Run only the first half of it. x has to be symbolic.
if true
syms x
eqn = sin(x) == 1;
solx = solve(eqn,x)
...
回答済み Adding 0s and 1s to Bit Data
From what I understand, it sounds like you need to generate a |m| x |n| x |3| matrix and the easiest way might be to simply do a...
回答済み how can i delete special shape in image?
Before you write a (somewhat complicated) piece of code to remove these rectangular areas, the question I would ask is this: Do ...