Feeds
提问
How can I plot with a different axe
Hi , I have the following code and I am trying to plot A . I get a plot with an x-axe from 1 to 40 . s = linspace (-1,...
6 years 前 | 2 个回答 | 0
2
个回答提问
finding the last element of an array that fulfils a condition
hi , i want to calculate the difference inside a loop: diff=0.0002; for i=1:length(k) if diff(i)<=diff result=i; end ...
6 years 前 | 1 个回答 | 0
1
个回答提问
filter 3d matrix
hi , i have a 3d matrix A(k,a,b) that generates plots when i fix a and b . how can i filter the curves please?
6 years 前 | 1 个回答 | 0
1
个回答提问
how can i do that for all columns?
hi , i have a matrix (length(a),length(b)) and i want to write a function that calculates the sum of all a in a column. how can ...
6 years 前 | 1 个回答 | 0
1
个回答提问
finding the mean/average of the smallest values in a row
hi i have a row and i want to find the average of the smallest values (minimums) and the position of this element
6 years 前 | 1 个回答 | 0
1
个回答提问
finding the mean/average of the smallest values in a row
hi , i have a row and i want to find the average of the smallest values and the position of this minimum.
6 years 前 | 1 个回答 | 0