Attaullah Shafiq
Followers: 0 Following: 0
AI/ML | Telecommunications | MATLAB
Estadística
5 Preguntas
3 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
6.711
of 295.527
REPUTACIÓN
6
CONTRIBUCIONES
5 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
1
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
88.147
of 154.057
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Problem with imshow command in MATLAB R2012a
Problem with imshow command in MATLAB R2012a Error: imshow is undefined function (Licence checkout error -96)
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaHow to run a matlab code for all folders in a directory?
yes you can use dir function. plz visit dir func help
más de 3 años hace | 0
Pregunta
how to open a depth map from a file and transform it into a 3D point cloud - wanna convert c++ code to MATLAB script.
The following c++ code snippet show how to open a depth map from a file and transform it into a 3D point cloud: FILE* inFi...
más de 3 años hace | 1 respuesta | 0
1
respuestais it possible to convert c++ code to matlab code?
create a MEX file via MATLAB Coder (using MATLAB Coder on a simple M file that just calls the C++ function using coder.cinclude ...
más de 3 años hace | 0
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
alrededor de 4 años hace
Task for generating a wave
%Sine wave example f=3; %frequency [Hz] t=(0:1/(f*100):1); a=2; %amplitude [V] phi=0; %phase y=a*sin(2*pi*f*t+phi); %fo...
alrededor de 4 años hace | 1
| aceptada
Pregunta
i am not getting correct output for this sawtooth plot
I have to plot sawtooth with amplitude of 4 and freq(fs) of 30 I m solving like sine wave. kindly find mistakes.. t = 0:5:30; ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find longest lasting event
How to find longest lasting event? means i wanna Calculate the duration of each event as the difference between 2 function..
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How i can use BMI formula in MATLAB
How i convert a value in inches to meter?
más de 4 años hace | 2 respuestas | 0