photo

Noam


Self-employment

Last seen: 9 Monate vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3
  • Thankful Level 2
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to use trainNetwork with transform datastore with multiple outputs?
my code create a audioDataStore, transform it to yamnet features (mel spectrum) and try to train it. But i get the following e...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


using datastore with trainNetwork
I'm trying to train mp3/wav files using yamnet, I've created an audioDataStore which load the files, then I transform it to get ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
sum of all the variables in workspace how to find?
clear all; x=10; y=2; z=3; allvariables = whos; sumOfVars = 0; for i = 1:length(allvariables) sumOfVars...

mehr als 6 Jahre vor | 0

| akzeptiert

Frage


How do I run a function every time the plot changed?
I know the function linkdata, which updates the plot anytime the data changes. I need a similar functionality (somehow the oppos...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I simplify this For loop?
pdist2 will do the work

etwa 9 Jahre vor | 0

Frage


Parfor performance are too good to be true
Code: function X z=ones(1000); tic parfor j = 1:200 for k = 1:200 z = z+1; end end; toc zz=ones(10...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
how to split arrays into different ranges?
A = [2,8,3,30,4,50,100,200,4,80,500]; A(A>=0&A<10) A(A>=10&A<100) A(A>=100&A<1000)

mehr als 9 Jahre vor | 2

Beantwortet
how to change the digit after decimal
Try using format: >> format long >> ans ans = 1.222200000000000 1.222200000000000 >> forma...

mehr als 9 Jahre vor | 0

Frage


how to use function handle
I have a function boop: function boop(A) disp(A) Now I want that whenever I move my mouse over a figure, the func...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Performance of non-preallocated array
I'm trying to understand the reason these two options are so differnet in performance: >> tic;z=[];for i = 1:1e5;z(end+1)=i...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Loading file multiple times
When I load a certain MAT file twice (different runs of the script) its look like the reading is much faster in the second time ...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten