photo

Panos Ale


Last seen: 대략 4년 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

22 질문
1 답변

순위
19,070
of 300,369

평판
2

참여
22 질문
1 답변

답변 채택
63.64%

획득한 표
2

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can I create the proper wavelet?
Hallo!!I have a time series and I want to run a convolution (conv) with a morlet wavelet that will search for frequencies in the...

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Problem with Table exportation!
No, I just copied and pasted your code (changing of course the YourTable part). The blanks between the %10.4f do not effect the ...

거의 8년 전 | 0

질문


How can I create a single header for two columns for a table?
Hallo!!I have created this table: <</matlabcentral/answers/uploaded_files/101489/kotsantonis.PNG>> using the command: ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Problem with Table exportation!
Hallo! I have this table wich consists of two columns one singe(AlplaParameter) and one double(ConfidenceInt) <</matlabcentra...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Event-series visualization
Hallo! Iam trying to find a specific graph to visualize an event series! I would like to find a graph that consists of a horizo...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Fitting an inverse sigmoid curve with limited data
Hallo! Is it possible to fit an inverse sigmoid curve to this limited data! My data set is: x=[0.26 0.23 0.22 0.20 0.13 0....

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Inverse sigmoid fit!
I found this code in order to fit a sigmoid curve to limited data: % Define the data to be fit x=(0:1:10)'; % Explanator...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Test the statistical importance of regression slopes.
Hello! I have 5 data sets!I am using the regress command to implement the regression. I want to compare the regression slopes ...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Frequency analysis of binary data
Hi! Is there a way to implement a fourier transformation(or another alternative) and get a PSD of a time series of binary data?...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


95% confidence intervalsof regression line!
Hi! How can I calculate the 95% confidence intervals(numerically) of a regression line after using the the command regress?

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Mark specific values on a plot!
Hi consider the following plot: x=1:100; y=600+(1400-600).*rand(100,1); plot(x,y) How can I mark the y values...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Increase robusteness in Robust regression!
Hallo! I am using the default command robustfit but I need to increaseits robustness meaning that i need to throw out more outli...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


Rearrange matix in ascending order using one column as index!
Hallo! I have one matix with two columns where each value of column 1 correnponds to the value of the same row at column 2. I wa...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Estimate confidence intervals after regress!
Hallo I did a linear regression using the command [B,BINT,R,RINT,STATS] = regress(Y,X)! How can estimate the confidence interval...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Help with regress syntax
Hallo I am trying to apply the regress function in a simple x,y scatter plot but for some reason I can't find the exact syntax t...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


How can I get F and p-value after regression?
After using the command lsline I got the the regression line that I wanted! But How can I see the statistics of the regression?H...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Compare the Means between individual groups in anova
I applied an one-way anova in with three groups and now I want to calculate the p-value between the individual groups. e.g. gr...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Imported Numbers from excel are replaced by NaN!!(?)
Hello! I am trying trying to import(create a numeric matrix) some values from excel which have about 13 decimals but matlab relp...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Create a Matrix with multiple repeated strings
I have str1='a' str2='b' str3='c' and I want to create a matrix F=[ str1..3 times str2..6 times str3 12 ti...

8년 초과 전 | 답변 수: 1 | 2

1

답변

질문


Insert a table in a figure with the colour specifications of the lines!
Hallo! I have plot plotted three differet lines in a figure and I want to insert a table(box) to specify each of them based on t...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plomb command and how I convert units!!
Hallo after applying the plomb command to a non-uniform sample and I got the PSD that I wanted! The thing I want to know is want...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Non uniform sample in frequency analysis! non uniform dft?
Hallo! I am working in project that I have to make a frequency analysis on a time series. However my sample is not uniformly sam...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I calculate the mean of certain rows of a matrix based on specific column values?
I have a matrix with 2 columns: example: A=[ 123 1; 444 2; 634 1; 311 1; 111 2; . . ...

거의 9년 전 | 답변 수: 1 | 0

1

답변