Holaa
Newbie level 3
- Joined
- Mar 19, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,305
Hi Guys,
Can anybody help me to change my y-axis in matlab to (db) logarithmic..
part of my code looks like:
c=sqrt(abs(data,2)).^2 + abs(data,3)).^2);
b=data,1);
tmp=folderContents(i,;
plot(b,c,'red');
BUT: I do not want to choose some commands like semilogy, loglog ...etc
Tanks in advance for your help.......
Can anybody help me to change my y-axis in matlab to (db) logarithmic..
part of my code looks like:
c=sqrt(abs(data,2)).^2 + abs(data,3)).^2);
b=data,1);
tmp=folderContents(i,;
plot(b,c,'red');
BUT: I do not want to choose some commands like semilogy, loglog ...etc
Tanks in advance for your help.......