photo

Nour BS


Last seen: 4 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
1 Answer

RANK
160,249
of 300,756

REPUTATION
0

CONTRIBUTIONS
9 Questions
1 Answer

ANSWER ACCEPTANCE
55.56%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Answered
Drawing a line to divide two parts of a curve
THANK YOU VERY MUCH !! =D

4 years ago | 0

Question


Drawing a line to divide two parts of a curve
Hello, How can I draw a vertical line in a curve to divide two parts of the curve and color the first part? Thanks in advance,...

4 years ago | 3 answers | 0

3

answers

Question


How can I store the output from a function to the workspace ?
Hi, Help me to store the obtained output (minDist) in the workspace. You will find enclosed the function tsp_ga.m that I use....

8 years ago | 1 answer | 0

1

answer

Question


Why do I get "Undefined function or variable 'var'."
Hi, My code is a for loop which runs a function tsp_ga.m n times. this function (tsp_ga) gives a result "minDist". So my object...

8 years ago | 0 answers | 0

0

answers

Question


How can I find the coordinates of a set of points from its edge weight matrix
I need to find the coordinates of a set of points knowing that I have the edge weight matrix. For examlpe you will find attache...

9 years ago | 0 answers | 0

0

answers

Question


What does mean "epoch" in simulated annealing?
hello, I have a question about "epoch" in the simulated annealing algorithm. Is it the number of iterations before changing t...

10 years ago | 0 answers | 0

0

answers

Question


Calculating the distance matrix from coordiante matrix
Hello, How can I calculate the distance matrix? for example I have the coordinate matrix: A=[3 5 4 5; 1 2 6 3] and I want to...

10 years ago | 2 answers | 0

2

answers

Question


Apply a conditon for each row apart in a matrix
Hello, My problem here is: If I have for example a matrix F=[0 0.6250 1; 0.7 0 1; 0.5833 1 0] and I have a random number 'r'...

10 years ago | 1 answer | 0

1

answer

Question


how can I accelerate the execution of a function in matlab?
Hello, I am working on a project that optimize the travelling salesman problem (using the Simulating Annealing algorithm). Act...

10 years ago | 3 answers | 0

3

answers

Question


Move a columns to the right
Hello everyone, How can I move/shift a set of columns in an array to the right? For example I have B= [1 3 4 5 2 4; 2 8 6 ...

10 years ago | 1 answer | 0

1

answer