![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10086391_1522135109489_DEF.jpg)
hamed amini
Followers: 0 Following: 0
Statistica
RANK
93.497
of 297.016
REPUTAZIONE
0
CONTRIBUTI
10 Domande
4 Risposte
ACCETTAZIONE DELLE RISPOSTE
70.0%
VOTI RICEVUTI
0
RANK
13.636 of 20.419
REPUTAZIONE
20
VALUTAZIONE MEDIA
0.00
CONTRIBUTI
1 File
DOWNLOAD
9
ALL TIME DOWNLOAD
202
RANK
of 157.725
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
varfun changes the variable names in the table
decimate_func = @(x) x(1:data_step:end); T1 = varfun(decimate_func,T); T2 = T(1:data_step:end,:); T is a table of...
oltre 2 anni fa | 1 risposta | 0
1
rispostaMatlab Editor does not respond to keyboard inputs
the same problem with MATLAB Version: 9.9.0.1467703 (R2020b) Operating System: Microsoft Windows 10 Enterprise Version 10.0 (...
oltre 2 anni fa | 0
Domanda
column-wise operation based on indices, accumarray?
if s and v are matrices of the same sizes. s = [1 1 1 2 2 2 1 2 2 2 3 ...
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
resize the figure without colorbar in subplot
I'd like to keep similar right edges for the subplots with and without colorbar
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
3D quadratic fitting to 27 voxel points, extend Matlab's findpeak function to 3rd dimention
the function below from Matlab's findpeak, fits a 2D quadtratic function u(x,y) to 9 pixels, I would like to extend that to 3D...
oltre 5 anni fa | 0 risposte | 0
0
risposteDomanda
access to phasecorr function
I would like to use the phasecorr function, but it cannot be accessed. Is there a way to run it as a standalone function and not...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
R2017a bug?, resample
I get an error trying to run the following example from the help page in Matlab R2017a. -------------------------------------...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
Bayesian optimisation (coupled?) constraints - Bayesopt
consider an optimization with two variables x1, x2 with the following bounds: a<x1<b a<x2<x1 What is the best approach ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
data storage, reduce the repeated elements, recurrence
if input is: a = [5 5 1 6 6 6 4 4 2] how to get the output as: elements: [5 1 6 4 2] recurrence: [2 1 3 2 1]
oltre 7 anni fa | 1 risposta | 0
1
rispostaapply the min index to an array of the same size
I found the answer; here is an example when the min is applied along the 3rd dimension: >> a=rand(2,3,4,5); >> [amin, ai...
quasi 8 anni fa | 0
| accettato
Domanda
apply the min index to an array of the same size
A and B are arrays with the same size. e.g. >> size(A) = [2,4,3,5]; % A is a 4 dimensional matrix >> size(B) = [2,4,3,5]; ...
quasi 8 anni fa | 1 risposta | 0
1
rispostahow to create for loop in matlab?
look into sprintf function >> variable_numbers1 = [1 2 3 ... 1000]; >> variable_numbers2 = [2001 2002 2003 ... 2001000];...
quasi 8 anni fa | 0
Domanda
execution speed changes by sequence of running the code
the question updated: the sequence of running different codes changes the run time. -------------- initially it appeare...
quasi 8 anni fa | 1 risposta | 0