統計
MATLAB Answers
11 質問
0 回答
ランク
of 170,858
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年弱 前 | 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年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 2 件の回答 | 0
