photo

Anisio Gomes


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
2 Answers

RANK
261,462
of 300,379

REPUTATION
0

CONTRIBUTIONS
9 Questions
2 Answers

ANSWER ACCEPTANCE
22.22%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 0 answers | 0

0

answers

Answered
Hello 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?

9 years ago | 0

Question


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...

10 years ago | 0 answers | 0

0

answers

Question


hi guys, i want to plot in GUI
hi Image Analyst, as you asked I added my files regarding my plot question on GUI

10 years ago | 1 answer | 0

1

answer

Answered
hi 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...

10 years ago | 0

Question


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...

10 years ago | 2 answers | 0

2

answers

Question


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 ...

10 years ago | 1 answer | 0

1

answer

Question


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...

10 years ago | 1 answer | 0

1

answer