photo

Jason Tan Jia Sheng


Last seen: 9ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

9ヶ月 前 | 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

3年弱 前 | 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,...

3年弱 前 | 1 件の回答 | 0

1

回答