Question


fitting a normal distribution function to a set of data
Hi, I have a set of data, in the form of a histogram (with actual data also ready) and I want to fit a normal distribution curve...

10 years ago | 1 answer | 0

1

answer

Question


number of subplots in quadrants
Hello all, Is there a maximum number of histogram subplots Matlab can generate? For example, If I make a 10x10 grid of subpl...

10 years ago | 1 answer | 0

1

answer

Question


histograms on matlab r2013b
Hello, I am trying to figure out the histogram function of matlab r2013b. When I type in the examples from the documentat...

10 years ago | 0 answers | 0

0

answers

Question


plotting functions with many inputs
Hi, A plot can be generated by using plot(x,y). What if I want to have a user-defined number of inputs? plot(x_1,y_1,x_2...

10 years ago | 1 answer | 0

1

answer

Question


calling corresponding elements of two matrices
Hello, I have a matrix A as shown below: A = [1, 2, 3; -1 -5, -3; 0, -2, 4] I also have the matrix B=A.^2 (element...

10 years ago | 1 answer | 0

1

answer

Question


adding strings per component
Hi, I have the following code: for n = 1:4 velocity = ['v_',num2str(n),' = n*2']; eval(velocity) ...

10 years ago | 1 answer | 0

1

answer

Question


looping a code efficiently
Hi, I am writing a loop code for a particle. The equations involved are the following: f_1x(t) = x_1; v_1 = w*...

10 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Question


random number generator to two different variables
I want to initialize two different random numbers to be assigned to different variables. If I put in: x_1 = rand x_2 = rand...

10 years ago | 2 answers | 0

2

answers