photo

Harshil Patel


Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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 years ago | 2 answers | 0

2

answers

Solved


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:...

6 years ago

Question


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 ...

6 years ago | 1 answer | 0

1

answer