提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答