Domanda


histogram of signals gaps width
I am looking for algorithm (effective + vectorized) how to find histogram of gaps (NaN) width in the following manner: signals ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Risposto
how to install supported CUDA Toolkit 10.2 on Ubuntu 20.04 LTS Linux
After thorough discussion with Matlab support and several relevant forums (Ubuntu, NVIDIA, ...) the final result is as follows: ...

oltre 3 anni fa | 0

| accettato

Domanda


how to install supported CUDA Toolkit 10.2 on Ubuntu 20.04 LTS Linux
As you can see here, the CUDA Toolkit currently suported by R2020b is 10.2. But, as you can see here , the only supported versio...

oltre 3 anni fa | 5 risposte | 1

5

risposte

Domanda


possible speed up of the ischange function by parfor
I completely understand, that any modifications of standard MATLAB functions are very dangerous, but I found the possibility how...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


simple bernoulli sampler function
I am trying to find replacement of binornd function by standard MATLAB code. Is the following command r = binornd(1,p,sz) exa...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
What frustrates you about MATLAB? #2
Do you really think, that these threads are read by MTW people??? I am not sure!!! TMW definitely choose the commercial way of ...

oltre 3 anni fa | 0

Risposto
2018b gcc support on Ubuntu 18.04
May be this is possible solution for you: https://www.mathworks.com/matlabcentral/answers/407502-incompatible-gcc-version-with-m...

quasi 4 anni fa | 0

Risposto
Multi-precision linear programming
One of possible way (so far only known to me) how to solve directly and eficiently LP problems with full multi-precision support...

quasi 4 anni fa | 0

| accettato

Domanda


Multi-precision linear programming
I need to solve specific linear programming problem which is based on Mallows permutation probability distribution. This exponen...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Risposto
strange power .^ operator behaviour
Very interesting description of the integer power problem: http://szhorvat.net/pelican/fast-computation-of-powers.html

circa 4 anni fa | 0

Domanda


strange power .^ operator behaviour
Take a look on this FEX. For vectors of length greater than >~100 elements it is more efficient to use multiple x.^2 than x....

circa 4 anni fa | 2 risposte | 0

2

risposte

Domanda


incremental training (large data set)
Is the following approach suitable for NN incremental learning in general? for bn = 1:num_batches inputs = <get batch ...

circa 4 anni fa | 1 risposta | 0

1

risposta

Risposto
matchpairs function input parameter costUnmatched
I propose the following costUnmatched input parameter estimation for given Cost matrix: costUnmatched = max(size(Cost)) * max(C...

circa 4 anni fa | 0

| accettato

Domanda


matchpairs function input parameter costUnmatched
How to choose proper value of parameter costUnmatched (matchpairs function) to get requested number of matches. Especially in a...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


MATLAB Answer need better policy
Just one remark regarding current situation on MATLAB Answer portal: A lot of people (including highly trustworthy) aswers on m...

circa 4 anni fa | 1 risposta | 0

1

risposta

Risposto
"symmetrical" rows of matrix
I present the best solution so far: d = ~pdist2(A(:,1:end/2), A(:,end/2+1:end)); [iA1, iA2] = find(triu(d & d.'));

circa 4 anni fa | 0

| accettato

Domanda


"symmetrical" rows of matrix
I have integer matrix A (nA x c) with even number of columns (e.g. mod(c,2) = 0) and unique rows. How to effectivelly (by spe...

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


what is recommended way to apply incremental ANN learning
I would like to apply ANN for approximation (regression) of the larga data set of points {x_i, y_i}, where x_i are input vectors...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


MATLAB Connector not running
I am using Matlab Connector on Linux (LinuxMint 19.3 based on Ubuntu 18.04). When I start MATLAB connector (v 1.4.0.6) and the...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


how can I effectively compute expected value by histogram approximation of probability desnsity function
What is the proper way to compute effectively (fast) the expected value E(x) in a case when I have approximation of probability ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


symbolic function with specific properties
I need to implement the symbolic function E(m(x)), where x = [x1, ..., xN] are symbolic variables, with the folowing property: ...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Risposto
Check if I have done everything right
Your riemann function is completely wrong! Try this: function [integral] = riemann(x) integral = sum(calc...

oltre 4 anni fa | 0

Risposto
Randomly sorting rows while keeping column relationships the same
Apermrows = A(randperm(size(A,1)),:)

oltre 4 anni fa | 4

| accettato

Risposto
running functions in multiple instances
You need to run three function on two matlab instances simultaneously? If yes, so open two separate instances of Matlab and run...

oltre 4 anni fa | 1

Risposto
Does Matlab support GTX 1660 graphics card?
Definitely yes!!! Did you install the proper nvidia driver on your system?

oltre 4 anni fa | 0

| accettato

Domanda


ranking of vector with non-unique elements
I need to perform fast ranking of the vector with non-unique elements, like in the following example: F = [10.1 31.0 20.5 20.5 ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


vector of integers modification
I have vector of positive integers which I need to modify into vector of consecutive integers with the same ordering. Example: ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


vectorised code is terribly slower
Why is the vectorized version of simple local maxima detection code significantly slower (~2-3 times) than its for-loop version?...

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


ischange in stream or moving window regime
I would like to compute change points (or linearlly segmented signal) from input data stream via moving window. Is there any eff...

oltre 4 anni fa | 0 risposte | 1

0

risposte

Risposto
Is I5 9400f processor is sufficient for deep learning, performing models,Monte Carlo simulation and other heavy works on Matlab
All MC methods are in general extremely CPU consuming. So, soon or later you always reach limits of your computer. From this poi...

oltre 4 anni fa | 1

| accettato

Carica altro