統計
All
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