hamed amini
Followers: 0 Following: 0
Statistik
RANG
286.853
of 295.495
REPUTATION
0
BEITRÄGE
10 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
70.0%
ERHALTENE STIMMEN
0
RANG
13.741 of 20.240
REPUTATION
18
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
15
ALL TIME DOWNLOADS
189
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
read las file (well log data)
Exports las file with columns of both numbers and characters to Table format. The LAS format is a simple format to exchange well...
etwa 2 Jahre vor | 15 Downloads |
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortMatlab 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 (...
mehr als 2 Jahre vor | 0
Frage
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 ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
resize the figure without colorbar in subplot
I'd like to keep similar right edges for the subplots with and without colorbar
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
Antwortenaccess to phasecorr function
>> edit private/phasecorr.m
mehr als 5 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
R2017a bug?, resample
I get an error trying to run the following example from the help page in Matlab R2017a. -------------------------------------...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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]
mehr als 7 Jahre vor | 1 Antwort | 0
1
Antwortapply 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...
mehr als 7 Jahre vor | 0
| akzeptiert
Frage
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]; ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
Antworthow to create for loop in matlab?
look into sprintf function >> variable_numbers1 = [1 2 3 ... 1000]; >> variable_numbers2 = [2001 2002 2003 ... 2001000];...
mehr als 7 Jahre vor | 0
Frage
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...
mehr als 7 Jahre vor | 1 Antwort | 0