photo

Jason Tan Jia Sheng


Last seen: 7개월 전 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...

7개월 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변