 
        libra
Followers: 0 Following: 0
Statistiques
3 Questions
                        0 Réponses
RANG
206 815
                          
                          
of 300 392
                        
RÉPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Réponses
ACCEPTATION DE VOS RÉPONSES 
                            0.0%
                        
VOTES REÇUS
0
RANG
 of 20 933
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS 
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 335
CONTRIBUTIONS
                            0 Problèmes
                            0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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) ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
printing full stop in next line
fid1=fopen('prompts2','r'); fid2=fopen('prompts3trialtimitsmall','w'); while ~ feof(fid1) new_line = fgetl(fid1);...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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
presque 8 ans il y a | 1 réponse | 0