統計
All
Feeds
質問
Getting Error Subscripted Assignment Dimension mismatch... while reading and saving the every 12th frame of a video
While doing video processing, I am getting the error for subscripted assignment dimension mismatch for some videos while some ar...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How can I change source block parameters [Image from File] in a simulink model after every successful run?
I have a simulink model in which there is input image using 'Image from file' block. In this model, we give File Location in par...
10年弱 前 | 0 件の回答 | 0
0
回答質問
How can I capture a no. of images, say 10, in every 10 seconds to save them to a specific folder and then call out these images in the same order to a simulink model ?
I am using Matlab R2012a. I am working on a project in which I have to perform image acquisition first using a webcam and then s...
10年弱 前 | 0 件の回答 | 0
0
回答解決済み
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
10年以上 前
解決済み
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
10年以上 前
解決済み
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
10年以上 前
