photo

Anke Kügler


Last seen: 10개월 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

16 질문
5 답변

순위
36,675
of 300,759

평판
1

참여
16 질문
5 답변

답변 채택
37.5%

획득한 표
1

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Shifting audio signal into different frequency band (shiftPitch)
I have a section of a very long audio signal (from a .FLAC file) that I read in with audioread(). Because my signal of interest ...

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

0

답변

질문


Unsupervised Learning to cluster acoustic signals/spectrograms
Hello, I'm not new to Matlab but completely new to Machine Learning, and while I understand the theory behind ML, I have never ...

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

1

답변

답변 있음
Save serial datenum as decimal, not scientific notation
Ok, dlmwrite instead of csvwrite seemed to fix it. So here's what I'm using instead, now: [file,path] = uigetfile('*.csv'); fn...

6년 초과 전 | 0

| 수락됨

질문


Save serial datenum as decimal, not scientific notation
Hello, I'm reading in a csv file containing timestamps as serial numbers. After some computation, I need to save the array back...

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

2

답변

질문


When writing array data to Excel/CSV file each character in new column
Hi, I'm trying to write a script that runs through a folder of files and pulls out all the names that are then written to Exc...

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

1

답변

질문


fprintf and line break
Hi, I'm trying to write an array into a text file using fprintf. It's working fine on my Mac Matlab Version 2015b. However, o...

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

2

답변

답변 있음
Writing string into array
This is the code that works, producing a cell-array for k = 2 : numel(subfolder) wavefi...

9년 초과 전 | 0

질문


Writing string into array
Hi, I'm trying to write strings into an array, but for some reason it's not working as expected (and has been working perfect...

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

2

답변

질문


Audiowrite and additional header info
Hi, I'm breaking up larger wave files into smaller chunks using audioread and audiowrite. However, my original data has addit...

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

0

답변

질문


fread - each character in new line
Hi, I'm trying to read some information from the header of a wave file (fullname is the file with absolute path) using ...

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

1

답변

질문


Audioinfo - 'undefined function for type char' error
Hi, I try to get the info from a wave file using the function 'audioinfo'. However, no matter what I do, I keep getting that ...

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

1

답변

질문


Javaaddpath to files not in Java folder
Hi, I need to add several java files (POI library) in order for my code to work. If I do javaaddpath('poi_library/poi-3....

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

1

답변

답변 있음
fopen only returns -1
Thank you! I was kinda suspecting something like this, but didn't know how to fix it. Your code works.

9년 초과 전 | 0

질문


fopen only returns -1
Hi, I'm trying to read some files (wave-files, but I also tried text) with fopen, but it always returns -1, ie. there is an e...

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

2

답변

질문


XLSWRITE alternative XLWRITE on a Mac
Hi, I'm running a custom program in Matlab that required xlswrite. However, since I'm working on a Mac, xlswrite is not avail...

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

2

답변

질문


Plotyy and line and axis color, legend
Hi, I'm creating a plot with two lines on the y-axis and one on the secondary y-axis. I'm trying to change colors, but can't ...

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

1

답변

답변 있음
"Subscript indices must either be real positive integers or logicals"
Haha, that is indeed stupid and quite embarrassing. I totally forgot about the two n's. Thank you, that did solve my problem!

대략 10년 전 | 0

질문


"Subscript indices must either be real positive integers or logicals"
Hi, I'm not sure if this is the right title, but I ran into a problem with my current code. speed=[1511 1505.7 1490.2 1...

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

2

답변

답변 있음
Integral: "Warning: Minimum step size reached"
Well, it is giving me results, but I don't know how to read them: r=1.4201e+04 - 1.5011e+04i t=9.5693 -10.0014i what ...

대략 10년 전 | 0

질문


Integral: "Warning: Minimum step size reached"
Hi, I'm trying to calculate an Integral the following: xmin=c0/b; xmax=zn+c0/b; tw=@(w)(1./(b.*w.*sqrt(1-power...

대략 10년 전 | 답변 수: 3 | 0

3

답변

질문


Integral -> "First input argument must be a function handle"
Dear all, I'm completly new to MATLAB and am learning as I'm going. I need it for class and homework. No I have the following...

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

1

답변