photo

hamed amini


Last seen: 1년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

10 질문
4 답변

File Exchange

1 파일

순위
145,918
of 301,517

평판
0

참여
10 질문
4 답변

답변 채택
70.0%

획득한 표
0

순위
12,277 of 21,314

평판
33

평균 평점
5.00

참여
1 파일

다운로드 수
4

ALL TIME 다운로드 수
286

순위

of 175,060

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 3
  • Thankful Level 2
  • First Review
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Matlab 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 (...

3년 초과 전 | 0

질문


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 ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


resize the figure without colorbar in subplot
I'd like to keep similar right edges for the subplots with and without colorbar

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

6년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
access to phasecorr function
>> edit private/phasecorr.m

6년 초과 전 | 0

| 수락됨

질문


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...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


R2017a bug?, resample
I get an error trying to run the following example from the help page in Matlab R2017a. -------------------------------------...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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]

8년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
apply 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...

대략 9년 전 | 0

| 수락됨

질문


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]; ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to create for loop in matlab?
look into sprintf function >> variable_numbers1 = [1 2 3 ... 1000]; >> variable_numbers2 = [2001 2002 2003 ... 2001000];...

대략 9년 전 | 0

질문


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...

대략 9년 전 | 답변 수: 1 | 0

1

답변