photo

anibb


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

7 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
155,786
of 300,780

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
114,996
of 171,018

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Solver

查看徽章

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

1

个回答