Community Profile

photo

Abbi Hashem


Last seen: 대략 4년 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


regarding munkres function (Hungarian algorithm)
Now I know how to use the munkres function. But i want it to choose a certain way when there are many possible optimal solutions...

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

1

답변

질문


rearrangement matrix rows based on vector of indicies
I think I must be missing something simple here because I tried this before and it worked well, but not sure why it won't work i...

대략 4년 전 | 답변 수: 1 | 1

1

답변

질문


heatmap's range of colors is limited ?
I tried drawing a heatmap using the "HeatMap" command. The documentation is here: https://www.mathworks.com/help/bioinfo/ref...

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

1

답변

질문


heatmap giving a "Cannot find an exact (case-sensitive) match for 'heatmap' " error
i'm using MATLAB 2016. Whenever I try to run the heatmap function, I keep getting the following error: Cannot find an exact (c...

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

1

답변

질문


fmincon function with vector inputs of different lengths?
The general form of the function I'll be using is: x= fmincon(objective, x0,A,b, Aeq,beq, lb,ub ,nonlcon); YET the input are ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


sum of multiplication for a vector and matrix
Say I have the following matrix and vector: A = [ 2,3; 1,4] b= [ 5 , 7 ] I want a code of the sum of the multiplicati...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


Difficulty implementing simulated annealing algorithm
While there are exaplanations for this (see the following link), I couldn't figure out exactly how to implement it: https://www...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How do i create the following cell array ?
this is what I have in mind : as you can see, the main matrix is 2*4, and within each cell there are 3 values Question ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Why do I get a different length of the vector for different runs ?
This is my code : d=1 p=1 Number_Included = [ 3 7 2 ] while p<=3 r(d:(d+Number_Included(p)-1)) = rand(1, Number_Included(...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Finding ALL the indicies that match a certain value
Suppose I have a variable A= 4 and I have a vector B = [ 3 5 4 6 4 6 7 ] I want to find the index of B that match A that is...

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

1

답변

질문


Finding the index (rank) of a specific number from a column
Suppose I have a column B = [ 1 4 8 3 5 9] and I have another vector = [ 8] In this case, I want to find the rank where it...

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

1

답변

질문


accessing the first column of each cell ?
lets say I have a cell matrix that was created with 2000 cells each is a 6 by 7 matrix . I want to acces the 7th column of each ...

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

1

답변

질문


System of inequalities with <=0
I want to solve a system of equations and an inequality example the equation is x1+x2+x3-x4 +x5 - x6 +x7 - 2x8= 2 ( 8 ...

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

1

답변