Feeds
질문
how to plot the log scale for the following values ?
x = [2.51 ;2.55; 2.56]; y = 10:10:30; semilogy(x,y,'bo-'); Not getting the log scale on Y axis.
6년 초과 전 | 답변 수: 2 | 0
2
답변문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
거의 7년 전
질문
i am having matrix of i rows by 3 columns ,now i want to multiple only i rows of 1 columns with 5 upto 100th row after the 100th row ,values has to be as it is.
i= 3560 A = (i,3) now want to multiple A(i,1) with some value say 5 but upto say 100 and then remaining values of rows has ...
거의 7년 전 | 답변 수: 1 | 0