ConvexHull
Followers: 0 Following: 0
Statistica
RANK
144.033
of 295.712
REPUTAZIONE
0
CONTRIBUTI
9 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
77.78%
VOTI RICEVUTI
0
RANK
of 154.359
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
histcount does not work as excepted
Dear all, I want to calculate the position of double (or multiple) values inside a list. I found an answer in this forum, howev...
circa 3 anni fa | 1 risposta | 0
1
rispostaVec-trick implementation (multiple times)
Here is a pure intrinsic Matlab version without loops, however with two transpose operations and quite slow. n=7;m=7;p=7;q=7; ...
oltre 3 anni fa | 0
| accettato
Domanda
Vec-trick implementation (multiple times)
Dear all, the question is related to Tensorproduct. Since the question was not answered as intended, i want to revisit the ques...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
MeX implementation of Tensorproduct multiplications
Dear all, I am searching for a more efficient way to calculate tensorproduct multiplications of arbitrary sizes. First of all, ...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDifferent results in symbol integration
Have found my bug. I have integrated five times. Thanks anyway!
oltre 4 anni fa | 0
| accettato
Domanda
Different results in symbol integration
Dear all, whats going wrong here? I only changed the order of the dependend variables from (x1,x2,x3,x4) to (x2,x1,x3,x4). sym...
oltre 4 anni fa | 2 risposte | 0
2
risposteUnique quad element list
I answer my own question. This should work: [t_quad,~,~]=unique(t_quad,'rows'); [p_quad,~,b]=unique(p_quad,'rows'); t_quad(:)...
oltre 4 anni fa | 0
| accettato
Domanda
Unique quad element list
Dear all, i am stuck with a small (easy) problem and need a hint. Consider you have a non-unique element list t_quad with size...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Generate a movie silently
Dear all, I am familiar with the standard procedure to create an animation/video in MATLAB with e.g.: vidObj = VideoWriter('vi...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab syntax (vectorization)
Dear all, i have a simple question that's been bothering me for a while: For example there is a data array A of size [size_...
oltre 4 anni fa | 1 risposta | 0
1
rispostaTranspiler between a symbol function or a function handle created with MATLAB and a MeX file written in C++.
Similar question: Is Matlab Coder accessible from workspace or from a m-file?
circa 5 anni fa | 0
Domanda
Transpiler between a symbol function or a function handle created with MATLAB and a MeX file written in C++.
Dear all, i want to use the symbolic Toolbox for some Algebra, e.g. derivatives or integrals of some functions, and want to use...
circa 5 anni fa | 2 risposte | 0
2
risposteDomanda
Scaling of vectorized code which is limited by memory access
Dear all, what possibilities are there to make a vectorized code faster, where the speed is limited by memory access? I have...
oltre 5 anni fa | 1 risposta | 0