Feeds
已提交
Convert Decimal Numbers to Binary
This function converts a matrix containing decimal values into their binary representation. That is it converts MxN matrix into ...
4 years 前 | 1 次下载 |
已回答
Array indicates must be positive integers or logical values
Your code got successfully executed MATLAB allows storing of any type of value inside the arrays, only the index values of ar...
Array indicates must be positive integers or logical values
Your code got successfully executed MATLAB allows storing of any type of value inside the arrays, only the index values of ar...
5 years 前 | 0
已回答
How to smooth the given image?
You can use the imgaussfilt() function to smoothen the image Example code: I = imread('index.jpeg'); figure(); imshow(I);...
How to smooth the given image?
You can use the imgaussfilt() function to smoothen the image Example code: I = imread('index.jpeg'); figure(); imshow(I);...
5 years 前 | 2
| 已接受
已解决
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:...
5 years 前