Anisio Gomes
Followers: 0 Following: 0
Statistik
RANG
258.678
of 295.467
REPUTATION
0
ANTWORTZUSTIMMUNG
22.22%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Hi! can someone help me with this code? I want filter a noise in a wav file using moving average filters
This what I have done so far %% clear all; clc; %% === Reading the file === [signal, Fs] = audiorea...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi, I doing a project that load a roadsigns.mat, which a exported from Image Lableler. Can someone help me to fix the error below ?
'Error using trainCascadeObjectDetector>parseInputs (line 310) The value of 'positiveInstances' is invalid. Expected input n...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all,Is it possible to convert text into a recorded voice in matlab?
I want to develop a project, that record voice and then the user can change the record by inputting text and convert into the r...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenHello can anyone give me the codes for text to speech conversion and also speech recognition thank you
Hi Image, do you have this text to speech code for mac?
fast 9 Jahre vor | 0
Frage
hi guys. i need help plotting gui.
I attached the files of my program, because the program doesn't display any error, but the graph doesn't plot... and I can't fig...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
hi guys, i want to plot in GUI
hi Image Analyst, as you asked I added my files regarding my plot question on GUI
fast 9 Jahre vor | 1 Antwort | 0
1
Antworthi guys, i want to plot in GUI, i've tried this code.
Thanks Image Analyst... I've tried function calcbutton_Callback(hObject, eventdata, handles) dis = sqrt((handles.my...
fast 9 Jahre vor | 0
Frage
hi guys, i want to plot in GUI, i've tried this code.
function calcbutton_Callback(hObject, eventdata, handles) dis = sqrt((handles.mydata.b)^2 -4*(handles.mydata.a)*(hand...
fast 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
here is a bit of my code from my matlab project, the first 3 function works, but the resolve function doesn't work! it display Not enough input arguments. Error in lay_out>resolve (line 129) X11 = handles.mydata.b * handles.mydata.c; Error while UI
function a1(hObject, eventdata, handles) a = str2double(get(hObject, 'String')); if isnan(a) set(hObject, 'Strin...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error while evaluating UIControl Callback
Hi guys! here is a bit of my code from my matlab project, the function b and c are okay, but the resolve function seems, to ...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi guys, this my quadratic equation i'm having problem to plot. it doesn't plot anything, I need a hand
clc clear all; close all; syms x x=-10:1:10; a=input( ' Enter the A value \n' ); if a == 0 disp(' A i...
fast 9 Jahre vor | 1 Antwort | 0