Brattv - MATLAB Central
photo

Brattv


Student

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB AnswersCodyFrom 02/16 to 04/25Use left and right arrows to move selectionFrom 02/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 个提问
11 个回答

Cody

0 个问题
2 个答案

排名
3,486
of 297,986

声誉
16

贡献数
2 个提问
11 个回答

回答接受率
50.0%

收到投票数
2

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
85,845
of 160,028

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
add path in matlab folder
Hi, Try using the "cd" function to change the current folder if true % Changing folder to desktop before saving figure(1...

9 years 前 | 0

已回答
i have this two functions how can i plot them together
Hi, Your problem is the last line plot(X,g). You are saying that you have a vector g with 100 point, that you want to plot ver...

9 years 前 | 0

提问


System Identification - Modelling data, low fit
Hi, I am trying to estimate a process modell by a set of input and output data, but iam uncertain about the abilities and limi...

9 years 前 | 0 个回答 | 0

0

个回答

已回答
Calculating number of particles in each 64 x 64 blocks
Hi, The Mathworks tutorial called <http://se.mathworks.com/help/images/examples/correcting-nonuniform-illumination.html _Corre...

9 years 前 | 0

已回答
How to smooth the edges
Hi, Did you try to convert to gray and use imgaussfilt? G = imread('YourImage.png'); grayIm = rgb2gray(G); ...

9 years 前 | 0

已回答
Finding, accessing and replacing specific pixel values in image?
Hi, try this code % Loading data G = load('image_plus_labels.mat'); % Image image = G.I; % Labels to...

9 years 前 | 0

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years 前

已解决


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:...

9 years 前

已回答
2D data line completion
The binary morphology operation called closing might be good enought if everything apart from the ROI is 0. You can try it with ...

9 years 前 | 1

已回答
Weird result with simple code.
I think the problem is the way you divide in SCF. Try to use ./ (see the dot) when dividing two vectors. Vf = [0:0.1:1]; ...

9 years 前 | 1

| 已接受

已回答
How do I read or understand this code?
It is pretty much just a way to get information from the fields. Lets do an example. I will first make a hdf file hinfo = ...

9 years 前 | 0

| 已接受

已回答
How to extract continued values from for cycle
Hi, I am not sure if t1 and t2 are scalars or vectors/matrices, but is this what you are looking for? % number of files ...

9 years 前 | 0

已回答
plot 2D array using imagesc ?
So i assume you have a scatter looking like this which you want to put in 16 bins. <</matlabcentral/answers/uploaded_files/4...

9 years 前 | 0

| 已接受

已回答
Depth estimation from live video stream
Posting the discussion in the comment as answer. Feel free to chose it if it solved the problem 1. Call the function "gigeca...

9 years 前 | 0

提问


Logical operations on matrix
Hello, I thought i had this figured but i am having trouble with logical operations on a matrix. The code is: % Quan...

9 years 前 | 2 个回答 | 0

2

个回答