photo

Khalid Khawaja


Last seen: 8 months ago Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
1 Solution

RANK
264,249
of 300,753

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
114,795
of 170,858

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Different Output value of Functions
function f_value = test_function(Solution) % Beale function test functions Implementation 1 x=Solution(1); y=Solution(2); f...

1 year ago | 1 answer | 0

1

answer

Question


How can I access the previous index of a vector?
Hello friends, I am trying to write a code to generate random vectors. Some of the variables are integer whereas a few are re...

8 years ago | 2 answers | 0

2

answers

Question


How can I modify the legend of my graph?
Hi , I have plotted some data using MATLAB. I need to plot markers for some of the values. The problem is How I can combine ...

10 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

10 years ago

Question


How can I change variable names in a for loop?
Hi, I have exported some simulation results from another software to MATLAB. Now I have 27 variables with names such as vN1a,...

10 years ago | 2 answers | 0

2

answers