photo

PenguinForce


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
17,336
of 299,793

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
80.0%

收到投票数
2

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,013

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
I've attached my code below. I keep getting the issue of incorrect indexing but I'm not sure why this is as I have defined my fo...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Plot a circle onto a 3d graph
If I wanted to plot a filled in black circle at a specific coordinate, with no specific radius, say at x = 50, y= 55, z =60, how...

8 years 前 | 2 个回答 | 2

2

个回答

提问


How to figure out which rows I delete and record them?
So I have the following code function [Vnew, rows_removed] = removerows(V) x = isfinite(V); y = all(x,2); Vnew=...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Randomly scramble letters in a single word
So I am trying to create a function that would take in a word when the function is called and then randomly scramble the letters...

9 years 前 | 3 个回答 | 0

3

个回答

提问


Reducing intensity in an image using a function
So I'm trying to use mean filtering to process an image. The idea of mean filtering is simply to replace each pixel value in an ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Using if else statements to change values of pixel in an image
So I am trying to create a function that takes in an image and for every rgb value less than 128, it will change its value to ze...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Image Help with loops
So I just realized that I misread the problem and was supposed to use loops to create the image values for every layer R, G and ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How to rotate an image by 225 degrees but still fill up the space entirely, rather than leave edges blackened.
I am trying to rotate the Gimage by 225 so that it looks like the picture displayed below, however, using the permute or imrotat...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Combining Color Images as one
SO I have three separate green, blue, and red images. I want to display these three separate images as one combined image, while...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Creating a color image
I am trying to create a 256X256 image that starts out blue on the left hand side and scales down by one index every column so th...

9 years 前 | 1 个回答 | 0

1

个回答