photo

a a


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

11 个提问
0 个回答

排名
13,672
of 300,765

声誉
3

贡献数
11 个提问
0 个回答

回答接受率
63.64%

收到投票数
3

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


difficulty in classification by googlenet
While the demo example in matlab documentation gives great results, googlenet has limitations in recognizing user given images. ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


which toolboxes in matlab are sold/used the best
By toolbox, I mean like deep learning, any subdomain in simulink etc.

7 years 前 | 0 个回答 | 0

0

个回答

提问


webcam/deep learning toolbox supported by which matlab version
which matlab version supports webcam/deep learning toolbox? it doesnt work for mine.

7 years 前 | 1 个回答 | 0

1

个回答

提问


color vector in plot
Is it possible to write plot(x,y,color) where x, y and color are all arrays of the same length. color is an array to set a col...

7 years 前 | 1 个回答 | 0

1

个回答

提问


global variables not cleared after 'clear;clc'
I have a global variable. I run the code for several times. I put 'clear;clc' at the front. Strangely before the global variable...

7 years 前 | 1 个回答 | 0

1

个回答

提问


total least square fitting
Matlab is able to do least square fitting using 'fittype' and 'fit' commands. But if ones considers the errors caused by all var...

7 years 前 | 0 个回答 | 0

0

个回答

提问


disadvantages of ode15s, ode23s, ode23tb
For example ode15s can solve stiff ODEs that ode23 and ode45 can't. Then is there any disadvantage of these solvers aimed at sti...

7 years 前 | 1 个回答 | 3

1

个回答

提问


audio compression (shorten an audio file)
I want to compress an audio file to make it shorter to put in a game for sound effects. I use the following: [y,Fs]=wavread('bl...

7 years 前 | 0 个回答 | 0

0

个回答

提问


global variables used in members of class properties
classdef myclass properties x=X end methods end end X is a global variable. I want x to start wit...

7 years 前 | 1 个回答 | 0

1

个回答

提问


matlab sounds in game design
Say I build a snooker game, where balls need to jitter around. I added a sound when balls collide, importing a sound file. But p...

7 years 前 | 1 个回答 | 0

1

个回答

提问


variable number of outputs
I want to build a matlab function with outputs whose number/length is variable. Below is my code, which somehow returns an error...

7 years 前 | 2 个回答 | 0

2

个回答