Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 11 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


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*...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Risolto


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:...

oltre 11 anni fa

Domanda


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...

oltre 11 anni fa | 2 risposte | 0

2

risposte