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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前
提问
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 years 前 | 1 个回答 | 0

