 
        libra
Followers: 0 Following: 0
Statistik
3 Fragen
                        0 Antworten
RANG
206.815
                          
                          
of 300.392
                        
REPUTATION
0
                           
                        
BEITRÄGE
                          3 Fragen
                          0 Antworten
ANTWORTZUSTIMMUNG 
                            0.0%
                        
ERHALTENE STIMMEN
0
RANG
 of 20.933
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANG
of 168.335
BEITRÄGE
                            0 Probleme
                            0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
want to join two audio files and write /save using audiowrite
close all;clear all;clc [y1,Fs] = audioread('a.wav'); [y2,Fs] = audioread('b.wav'); y3 = [y1; y2;]; sound(y3,16000) ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
printing full stop in next line
fid1=fopen('prompts2','r'); fid2=fopen('prompts3trialtimitsmall','w'); while ~ feof(fid1) new_line = fgetl(fid1);...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have opened a xyz.txt file in write mode .I want to print text in xyz.txt file (to be print data is in words/strings) I use fprintf and sprintf both but didn't work . Also I want to use regexp to convert sentences to words ,each in a new line , I
I use fileread,regexp, and sprintf inside fopen and then finally use fclose
fast 8 Jahre vor | 0 Antworten | 0