While running matlab code it shows error in the line [E0, G]= amp_simp(E0, GssdB, PoutsatdB, NF) . It shows insufficient number of outputs frombright hand side of equal sign to satisfy assignment.. Please help me to solve this error.. Thank you
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
[E0, G] = amp_simp(E0, GssdB, PoutsatdB, NF) ;
2 comentarios
Walter Roberson
el 20 de Sept. de 2020
Your function amp_simp is only defined as returning a single value.
Respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!