photo

Anisio Gomes


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
2 Respuestas

CLASIFICACIÓN
219.092
of 297.503

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
22.22%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.449

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Respondida
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?

alrededor de 9 años hace | 0

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 9 años hace | 0

Pregunta


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

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta