Matt - MATLAB Central
photo

Matt


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 12/11 to 04/25Use left and right arrows to move selectionFrom 12/11Use 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

11 个提问
1 个回答

排名
157,930
of 298,292

声誉
0

贡献数
11 个提问
1 个回答

回答接受率
9.09%

收到投票数
1

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Adjusting data points that fit a criteria
Basically for some points say x = 1:1:100; y = x; plot(x,y); how can i for example add 1 for x values between 10 and ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Removing repeating data points
Ive got two matrices of different sizes; matrix A is smaller than Matrix B Some of the numbers in Matrix A are in Matrix B i ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Using Log in Matlab
Something strange seems to be happening in Matlab and i dont understand why if im calculating a matrix called M, using actual...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Changing the colour of data points on a graph that satisfy a certain criteria
So i basically calculate a probability and for data points that have a probability of say 0.8 i want to change the colour on the...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Logical Arrays and for statements
My issue is the line commented. To make that line work CNccm needs to be a logical array the size of 2537*357. At the moment i a...

12 years 前 | 1 个回答 | 0

1

个回答

提问


help with this loop
Ok this is basically the code im trying to run. the basic jist is that it calculates the distance to all other points, then comp...

12 years 前 | 0 个回答 | 0

0

个回答

提问


help with for statement or looping (Translating fortran 90 to Matlab)
basically my supervisor uses fortran 90 but im using matlab to analyse so he cant really help me but basically he wants me to do...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Need Help using for and running a loop
Basically i have the following code; for k = 1:357; j = 357:1; hold on %%3D Elipsoid % x0 = j...

12 years 前 | 2 个回答 | 0

2

个回答

提问


How can i calculate the distance to all data points?
I basically want to start at one data point and then calculate the distance to all the other points. Then i want to select the n...

12 years 前 | 3 个回答 | 0

3

个回答

已回答
How can I calculate the number of data points within the area of a cirle
I am using variable of type double and they are x,y pairs. I need to select data within a certain range. With this selected data...

12 years 前 | 1

提问


How can I calculate the number of data points within the area of a cirle
Basically I need to select a data point within a certain range (which I cant do) then calculate the number of data points withi...

12 years 前 | 5 个回答 | 0

5

个回答

提问


Nlinfit
Im trying to fit a non linear curve as below; x=areas40{1}(3,:); >> [a,b]=hist(x,30); >> mdl=@(a,b,x)(-a*exp.^-b); >> mdl=...

13 years 前 | 1 个回答 | 0

1

个回答