Feeds
질문
how to avoid for loop
can this 'for loop' be replaced? thanks in advance ...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
Finding maximum y value for the same x values and corresponding z values
x y 1 5 1 7 1 9 2 8 2 22 2 11 5 5 5 10 5 20 I'd like to spit out an array of the max y coordinate that corresponds...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
create matrix from loop in matlab
from the following code, h=200; k=200; for i=1:400; for j=1:400; a= round(atan2(h-i,-(k-j))*180/...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
change the background of image plotted using imagesec
Hi! I am plotting a data matrix using the following code: imagesc(x,y,Data) colorbar set(colorbar, 'ylim', [1 10]) T...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
remove the header while reading from a text file
Hi! I am trying to read a text file by the following command: a= importdata('D:\Input\0518060.txt') ; The input file (a...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to use a set of variables from an xlsx file
How can I plot the graphs of f vs g (g in a range of 0 to 10) in f=(a*g+b)c/d for n sets of tabulated values of a,b,c,d in nX4 m...
11년 초과 전 | 답변 수: 1 | 0

