Nicole Peltier
University of Rochester
Followers: 0 Following: 0
Feeds
답변 있음
How can I remove certain points of the legend?
If the lines you want in the legend are the first things you plot (i.e., you plot all of them before you add the extra lines and...
How can I remove certain points of the legend?
If the lines you want in the legend are the first things you plot (i.e., you plot all of them before you add the extra lines and...
거의 6년 전 | 0
답변 있음
taking differences and moving averages
For column 3, look into diff. diff(x) = [x(2)-x(1), x(3)-x(2), ...] Keep in mind that diff will give you a vector with one les...
taking differences and moving averages
For column 3, look into diff. diff(x) = [x(2)-x(1), x(3)-x(2), ...] Keep in mind that diff will give you a vector with one les...
거의 6년 전 | 0
| 수락됨
답변 있음
Calculate the correlation coefficient between the first and the second measurement and the correlation coefficient between the first and the third measurement.
The function |corr| tests correlations between pairs of variables. You can actually test the correlations between several pairs ...
Calculate the correlation coefficient between the first and the second measurement and the correlation coefficient between the first and the third measurement.
The function |corr| tests correlations between pairs of variables. You can actually test the correlations between several pairs ...
7년 초과 전 | 0
| 수락됨
답변 있음
How to use selection from list menu
That |vertcat| line should produce an error because |ListString| is not the name of a variable (rather, it's a parameter that yo...
How to use selection from list menu
That |vertcat| line should produce an error because |ListString| is not the name of a variable (rather, it's a parameter that yo...
7년 초과 전 | 2
| 수락됨
답변 있음
How can I write data from a for loop to following excel sheet columns?
I'm pretty sure at least part of it is that you declare AA inside the for-loop through the files. Each time the loop runs, it em...
How can I write data from a for loop to following excel sheet columns?
I'm pretty sure at least part of it is that you declare AA inside the for-loop through the files. Each time the loop runs, it em...
7년 초과 전 | 0
답변 있음
How to replace use of cell storage with use of arrays?
According to a previous time you posted about matrix_plantsubm.m on Matlab Answers (thanks Google!), it looks like G, X0, and Y0...
How to replace use of cell storage with use of arrays?
According to a previous time you posted about matrix_plantsubm.m on Matlab Answers (thanks Google!), it looks like G, X0, and Y0...
7년 초과 전 | 2
| 수락됨
답변 있음
How to make multiple loops?
The two sets of statements (where you put %%*statements* and %%*different_statements*) need to be in the same while loop. The co...
How to make multiple loops?
The two sets of statements (where you put %%*statements* and %%*different_statements*) need to be in the same while loop. The co...
7년 초과 전 | 1
| 수락됨
답변 있음
Estimating the perimeter of irregular shape
My answer assumes that the starting point is the first and last item in the x and y vectors, so if that's not your case, you'll ...
Estimating the perimeter of irregular shape
My answer assumes that the starting point is the first and last item in the x and y vectors, so if that's not your case, you'll ...
7년 초과 전 | 1
| 수락됨
답변 있음
Recreate plot from image
You need to scale each parameter (MPG, Horsepower, etc.) by the maximum value of each parameter. I used repmat in my code so tha...
Recreate plot from image
You need to scale each parameter (MPG, Horsepower, etc.) by the maximum value of each parameter. I used repmat in my code so tha...
7년 초과 전 | 0
| 수락됨


