統計
All
Feeds
質問
A code function for randperm
Hi, I need to write a code that does the function of randperm using loops and conditional statements. Perms and randsample canno...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Help with a battleship program?
I'm writing this code to play battleship against the computer and I've written the code to the point where I can get all the shi...
9年以上 前 | 2 件の回答 | 0
2
回答質問
Adjusting the size of images
My function needs to adjust images that are either larger or smaller than 255 x 255 to be 255 x 255. Here is the code I have so ...
10年弱 前 | 1 件の回答 | 0
1
回答質問
I need help displaying my cropped image.
I have the coordinates of each corner of the image I am trying to crop from the original image. How do I now display the cropped...
10年弱 前 | 0 件の回答 | 0
0
回答質問
Creating a montage of 4 images?
How would I go about creating a montage of 4 images without using the montage built-in function?
10年弱 前 | 2 件の回答 | 0
2
回答質問
How do I change an image to binary?
I have a picture of a black wrench with a gray background. I need to figure out a threshold value that separates the two so that...
10年弱 前 | 3 件の回答 | 0
3
回答解決済み
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年弱 前
質問
I'm trying to add random noise to an RGB image without using any built in noise functions.
AddRandomNoise: adds random noise to an image. function [ outImg ] = addRandomNoise( inImg) The input image _inImg_ has p...
10年以上 前 | 1 件の回答 | 0

