rahul PAL - MATLAB Central
photo

rahul PAL


Last seen: alrededor de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

MATLAB AnswersFrom 11/22 to 01/25Use left and right arrows to move selectionFrom 11/22Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
74.063
of 296.430

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Plot end-fire array for delta=0 and Henson woodyard array for delta =pi/N. When plotting ordinary is giving better performance than Henswoodyard. make it opposite
clc; clear; close all; c = physconst('LightSpeed'); fc = 300e6; lambda = c / fc; d_over_lambda_range = 0.1:0.02:2; N = 15; ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
Saving .mat file with different names
for k = 1 : 12 a = rand; b = rand; filename = sprintf('datset_%06d.mat',k) save(filename,'a','b') end

alrededor de 2 años hace | 0

Go to top of page