![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14092899_1541718188604_DEF.jpg)
Katarina Vuckovic
Followers: 0 Following: 0
統計
All
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Bayesian Optimization - Objective Function Model Plot Explained
Hello, Can someone help me interpret the the Bayesian Optimization Plot? What are all the different things plotted here. Speci...
2年弱 前 | 1 件の回答 | 0
1
回答送信済み
MAP-CSI Localization
MAP-CSI: Single-site Map-Assisted Localization Using Massive MIMO CSI
3年以上 前 | ダウンロード 1 件 |
送信済み
kmeans_silhouette
Finds the optimal number of clusters (k) for a given dataset using the Silhuette method.
4年弱 前 | ダウンロード 2 件 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9ce7d810-e5f3-41db-b437-6caac313f2d1/9ef1fcd0-f1e9-4448-8c49-e425bdbc9a0d/images/1613843398.png)
質問
YOLO V2 Training
I am following the instructions on MATLAB page to train a YOLO network: https://www.mathworks.com/help/vision/ug/train-an-object...
約4年 前 | 1 件の回答 | 0
1
回答質問
Simulink Model Export as Video
Hello, I would like to export a simulink simulation as a video so that I can play the simulation in a presentation without o...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Stateflow String Output - cannot assign string type to variable
I am trying to output a simple string from the stateflow. I did try changing the type of y in 'Model Explorer', but 'string' was...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Pulling from continuously changing variable every x seconds
I have a "ramp source" as an input to a function. The input is changing to fast for the tasks within the function. Therefore I...
5年弱 前 | 1 件の回答 | 0
1
回答回答済み
concatenate audio files in simulink
Hi Walter, if I play one on the left channel and one on the right, wouldn't they still be playing at the same time instead of on...
concatenate audio files in simulink
Hi Walter, if I play one on the left channel and one on the right, wouldn't they still be playing at the same time instead of on...
5年弱 前 | 0
質問
concatenate audio files in simulink
How can I concatenate 2 or more audio (.wav) sounds into one?
5年弱 前 | 2 件の回答 | 0
2
回答質問
Simulink - create speech synthesizer block
I have a Matlab program that does speech synthesis. I used the following to generate the program: https://www.mathworks.com/help...
5年弱 前 | 0 件の回答 | 0
0
回答質問
" bsxfun(@rdivide..." Explain Use in Code
"Please see my question in the comment section of this link: https://www.mathworks.com/matlabcentral/fileexchange/53004-xiao-s-...
約5年 前 | 1 件の回答 | 0
1
回答質問
designAuditoryFilterBank - Error "Undefined function or variable"
Hi, When I call designAuditoryFilterBank, I get an error that says "Undefined function or variable". This function should be ...
5年以上 前 | 1 件の回答 | 0
1
回答回答済み
iterate through multiple files in a folder
myDir = uigetdir; %gets directory myFiles = dir(fullfile(myDir)); M(length(myFiles),s)=zeros; %gets all wav files in struct f...
iterate through multiple files in a folder
myDir = uigetdir; %gets directory myFiles = dir(fullfile(myDir)); M(length(myFiles),s)=zeros; %gets all wav files in struct f...
5年以上 前 | 1
質問
Deep Learning Speech Recognition Example, Problem with designAuditoryFilterBank
Hi, I am trying to run the Deep Learning Speech Recognition Example (see link: https://www.mathworks.com/help/deeplearning/exa...
5年以上 前 | 2 件の回答 | 0
2
回答回答済み
How to plot LTI system for below question.
x=[8 6 3 9] h= [1 1 6 0] m=length(x); n=length(h); X=[x,zeros(1,n)]; H=[h,zeros(1,m)]; for i=1:n+m-1 Y(i)=0; for j=1:m...
How to plot LTI system for below question.
x=[8 6 3 9] h= [1 1 6 0] m=length(x); n=length(h); X=[x,zeros(1,n)]; H=[h,zeros(1,m)]; for i=1:n+m-1 Y(i)=0; for j=1:m...
5年以上 前 | 0
質問
Simulink - Sampling signal at 100ms
I want to sample an incoming signal at a rate of 100ms to see if the signal is present and create a flag if the signal is not pr...
5年以上 前 | 0 件の回答 | 0
0
回答回答済み
Error in solve (line 226)
N = 10 -> here is where you change the value of N y = 1/(N*N)
Error in solve (line 226)
N = 10 -> here is where you change the value of N y = 1/(N*N)
5年以上 前 | 0
回答済み
Error in solve (line 226)
You are setting the "unknown" value to be N in the first line and then you are setting N =10 in teh second line. If you want to...
Error in solve (line 226)
You are setting the "unknown" value to be N in the first line and then you are setting N =10 in teh second line. If you want to...
5年以上 前 | 1
回答済み
Help on text and colours
You can use title('Enter Text') or legend('Enter Text') As for the color, if you want to change to color of the plot use: http...
Help on text and colours
You can use title('Enter Text') or legend('Enter Text') As for the color, if you want to change to color of the plot use: http...
5年以上 前 | 0
質問
SImulink Detector - Sampling at a rate higher than 1 second
I would like to have a fucntion in simulink that is exactly the same as the detector fucntion but samples every 0.1s or 0.01s. (...
5年以上 前 | 0 件の回答 | 0
0
回答質問
Mathworks Questions Resolved.
Hi I posted a question on Mathworks and another user anser and resolved my problem. How can I mark the question as resolved? An...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Simulink - How to create a conditional "if" block with more than 3 conditions?
Simulink - How do I create a conditional "if" block with more than 3 statements? For example: if(a>2) do something els...
5年以上 前 | 1 件の回答 | 1
1
回答回答済み
How to label the confusion matrix ?
1. You have to use categorical() funtion to convert the string otherwise it will not work. For example: x = [49 0 1 ;0 47 3; 1 ...
How to label the confusion matrix ?
1. You have to use categorical() funtion to convert the string otherwise it will not work. For example: x = [49 0 1 ;0 47 3; 1 ...
5年以上 前 | 1
送信済み
Mixing .wav Sound Files
This program mixes 2 sound .wav files into one file The program handles .wav files of different lengths and bit rates
5年以上 前 | ダウンロード 1 件 |