photo

Kundera


Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

7 Questions
0 Answers

Cody

0 Problems
21 Solutions

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

RANK
23,195
of 171,210

CONTRIBUTIONS
0 Problems
21 Solutions

SCORE
230

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Solver

View badges

Feeds

View by

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

answers

Question


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

answer

Question


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

answers

Question


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

answers

Question


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

answer

Question


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

answer

Question


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

1

answer