Zwithouta
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
How is the coordinates of X and Y in scatter for create this image?
Use this code/coordinates to create the figure [x,y] = meshgrid([1:9], [1:5]) figure hold on for i = 1:siz...
How is the coordinates of X and Y in scatter for create this image?
Use this code/coordinates to create the figure [x,y] = meshgrid([1:9], [1:5]) figure hold on for i = 1:siz...
6 years 前 | 0
提问
Determination of the calculation error in Matlab
Hi guys, could you please explain to me how to best estimate the size of the calculation error caused by the approximate r...
6 years 前 | 3 个回答 | 0
3
个回答提问
Avoid for loop: Looping through rows of m-by-n logical array
Postedit: Read the comments below the accepted answer! Is it possible to view the rows of a logical array independently witho...
6 years 前 | 3 个回答 | 0
3
个回答已解决
Maintain shape of logical-index mask
When using logical indexing into an array, MATLAB returns a vector output. For example, if A = magic(3); mask = logi...
6 years 前
提问
Speed performance: Find all y-vector entries that have the same value in an x-vector of equal length.
Hi Guys, imagine you have an x-vector x = [1 1 2 2 1 1]; as well as an y-vector of equal length. y = [1 2...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to preallocate tables using the table-function???
Hi Guys, according to the Matlab documentation for the 'table' function, it should be possible to preallocate tables using th...
6 years 前 | 1 个回答 | 0
1
个回答提问
Can the function 'anovan' handle unbalanced designs?
Hello Guys, imagine the following experimental setup for an unbalanced, mixed-ANOVA: Unbalanced, non-repeated ANOVA with...
7 years 前 | 0 个回答 | 0