Statistics
RANK
144,544
of 300,829
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 21,088
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How can I create a vector of markers for a scatter plot
Hey, I am trying to plot the following: y = randi(10, 12, 3); x = randi(10, 12, 3); figure scatter (x(:,1), y(:,1...
7 years ago | 2 answers | 0
2
answersQuestion
Storing for loop nested value in a vector
Hi, I have the following nested for loop: for i=0:3 for ii=0:3 for iii=0:3 f = (i/2) + (ii/3) + (iii...
8 years ago | 1 answer | 0
1
answerQuestion
How to terminate the evaluation of a function when the output are valid?
Hi, I have a function which should print out 2 output. This function is based on some input given by the user (using the input f...
8 years ago | 0 answers | 0
0
answersQuestion
How to shift the vector element inside of the vector?
Is there any fast way I can shift a vector, for example given: a = [1 2 3 4 5] How can I shift of two positions the vector...
8 years ago | 3 answers | 0
3
answersQuestion
Display multiple output (integers and string) using fprintf
Hi, I am trying to display something like '23 Celsius equal to 296,15 Kelvin' as the final output of a function that does this c...
8 years ago | 1 answer | 0
1
answerQuestion
Store a variable from prompt user input
Hi, I have this function which display a request in the prompt and asks user to input a number. The function then repeats unti...
8 years ago | 1 answer | 0
1
answerQuestion
How to limit the user input to a specific range?
Hi, I want to print in the command prompt "Enter the length in meters" adding a limitation that the input must be between o to ...
8 years ago | 1 answer | 0

