統計
All
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 ...
5年弱 前 | ダウンロード 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年 前 | 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年 前 | 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:...
6年弱 前