Community Profile

photo

Jason Tan Jia Sheng


Last seen: 3 months 前 自 2021 起处于活动状态

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


Inputs and targets have different numbers of samples
clc clear % Load the new data load('Data1.mat'); %% Wavelet Transform: F = []; signals = cell(1, 7); for i = 1:7 mat...

3 months 前 | 2 个回答 | 0

2

个回答

提问


hello i want to create a table by using the value i obtained from a for loop, how can i get it
x=5 y=30 for z=[1 2 4 8] a=x*y*z; disp(a); end table x y z 5 30 150 5 30 300 5 30 600 5 30 1200

2 years 前 | 1 个回答 | 0

1

个回答

提问


how can i combine two graph which is linear and semilogy into one graph by using legend,the input is same for the linear and log graph
Vg=[-2:2:10] while A<=4 Id = Up*Cox/2*A*((Vg-Vth).^2); f = semilogy(Vg,Id); subplot(2,2,B),plotyy(Vg,Id,'- o k',Vg,...

2 years 前 | 1 个回答 | 0

1

个回答