photo

Jason Tan Jia Sheng


Last seen: 7 mois il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 mois il y a | 2 réponses | 0

2

réponses

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 2 ans il y a | 1 réponse | 0

1

réponse