Kunal Khosla
Followers: 0 Following: 0
Estadística
9 Preguntas
2 Respuestas
CLASIFICACIÓN
135.694
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
22.22%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Unable to zoom, pan when using windowbuttondownfcn in appdesigner
Hi, What happens when I assign a callback to a uifigure windowbuttondownfcn? Does the behaviour change completely? Do I need to ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Interpolation under different conditions of 2 parametrs
I have a set of 9 tables with 25 distances each based on wind direction and wind speed (5 x 5). 9 tables each at a particular he...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How can I Interpolate and find values in different scenarios ?
PROBLEM STATEMENT : I have a set of 9 tables at different height and speed. At lets say x height and y speed, I have 25 values o...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
Is there a way to append a SiftPoints Object?
I tried using vertcat to concatenate 2 SiftPoint objects, however it fails during code generation. Is there any alternate method...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Getting coordinates upon click in a geoaxes(in a tab) in a figure
When i click on a geoaxes inside a tab inside a figure. I fail to get the exact coordinate where i clicked. But this isnt a prob...
más de 1 año hace | 0 respuestas | 0
0
respuestasHi, I have a code in MATLAB which tries to zero detect, i am trying to convert the same to C but i am having trouble loading the data.
I did a abit of experiment and was able to figure out the issue. The lines should be changed to s=coder.load('C:\Users\HP\Des...
más de 5 años hace | 0
| aceptada
Hi, I have a code in MATLAB which tries to zero detect, i am trying to convert the same to C but i am having trouble loading the data.
Thanks a lot. Any one with prior Matlab coder experience.
más de 5 años hace | 0
Pregunta
Hi, I have a code in MATLAB which tries to zero detect, i am trying to convert the same to C but i am having trouble loading the data.
While running the program in matlab coder, the value of y is taken to be 1, and it does not go to the for loop.I have attached t...
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
Use of gauspuls command in matlab, unable to broad signal at frequency spectrum
I have a doubt in the gauspuls command in matlab, i entered a fbr(fractional bandwidth of 1.5,ie. bandwidth= 0.75Mhz ) but as i ...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to create a signal in time domain using gauspuls command in Matlab, and plot the same in freq domain to check if i am getting the associated frequencies?
I have got a code from (www.simsonic.fr) which takes input as fractional BW, time and centre frequency, and gives in phase puls...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
I have a signal with centre at 0.5Khz, how can i shift the signal such that the maximum component occurs at the center of the frequency axis?
figure(3) Fs=1e6; t = 0:1/Fs:1.5; L = length(t); n = 2^nextpow2(L); y=fft(signal,n); f = Fs*(0:(n/2))/n; P = abs(y/n); ...
más de 5 años hace | 1 respuesta | 0