photo

Anisio Gomes


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
219,115
of 297,527

声誉
0

贡献数
9 个提问
2 个回答

回答接受率
22.22%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

已回答
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 前 | 0

提问


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

9 years 前 | 0 个回答 | 0

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

9 years 前 | 0

提问


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

9 years 前 | 2 个回答 | 0

2

个回答

0

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答

提问


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

9 years 前 | 1 个回答 | 0

1

个回答