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...
거의 10년 전 | 답변 수: 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...
거의 10년 전 | 답변 수: 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

