photo

Jason Tan Jia Sheng


Last seen: 7 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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 mesi fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta