photo

Dr. JANAK TRIVEDI


Last seen: casi 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Computer Vision, Image & Video Processing

Estadística

All
MATLAB Answers

2 Preguntas
13 Respuestas

Cody

0 Problemas
50 Soluciones

CLASIFICACIÓN
2.292
of 300.840

REPUTACIÓN
28

CONTRIBUCIONES
2 Preguntas
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
11.860 of 21.092

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
1.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
10.145
of 171.238

CONTRIBUCIONES
0 Problemas
50 Soluciones

PUNTUACIÓN
656

NÚMERO DE INSIGNIAS
3

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • First Answer
  • Community Group Solver
  • Solver
  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
How to increase mlapp tooltime time?
To increase the visibility time of a tooltip in MATLAB, you can use the pause function to control the duration for which the too...

casi 3 años hace | 0

Respondida
timer period resolution issue
% Start timer t = timer('TimerFcn',@timerISR, 'Period', 10/1000, 'ExecutionMode', 'fixedRate'); start(t); % Timer ISR funct...

casi 3 años hace | 0

Respondida
How to change username in matlab settings while activating the license?
The error 9 in MATLAB typically occurs when there is a mismatch between the username used to activate the license and the curren...

casi 3 años hace | 0

Respondida
Interference suppression in spread spectrum system
% Define the system parameters spreadFactor = 10; bandwidth = 1; sigmaNoise = 0.1; sigmaInterference = 1; % Define the Ka...

casi 3 años hace | 0

| aceptada

Respondida
How to make a circle of deviation
To plot a 2D graph of deviations from a circle with radius 100, you can use the polar plot function in MATLAB. Here is an exampl...

casi 3 años hace | 1

| aceptada

Respondida
How to Convert a big cell char array With in Table form in Each Column in MATLAB
You can use the split and str2double functions in MATLAB to split the data and convert the values to a table. Here's an example:...

casi 3 años hace | 0

Respondida
How do I fix the following error when building the Simulink model in Matlab 2022b version
This error message usually occurs when there is an issue with indexing a variable in MATLAB. It is likely that the index you are...

casi 3 años hace | 0

Respondida
How to connect a Balun to an antenna object?
To connect the s-object (i.e. the balun) to the feed point of the antenna, you can use the rfckt.series function in MATLAB. Here...

casi 3 años hace | 0

| aceptada

Respondida
Warning: Imaginary parts of complex X and/or Y arguments ignored
This warning message is generated by MATLAB when it encounters complex numbers in a plot but only the real part of the complex n...

casi 3 años hace | 0

Respondida
How to predict responses of new data from a crossvalidated SVR model
You can use the predict function in MATLAB to predict responses using the cross-validated model (CValidated_Mdl) and the new dat...

casi 3 años hace | 0

| aceptada

Respondida
Please help me. I want to integrate the following function from 0 to plus infinity.
syms r r0 sg g(r) = r * exp(-(log(r) - log(r0))^2 / (2 * sg^2)); int_g = int(g,r,0,inf) Note that the inf keyword represent...

casi 3 años hace | 0

Respondida
Matrices multiplication (a*b)
you can multiply matrices using a for-loop instead of using the built-in matrix multiplication operator (*). The code would look...

casi 3 años hace | 0

| aceptada

Respondida
non-linear regression with matlab coder
Yes, there is an alternative non-linear regression function that you can use in MATLAB that can be exported to C with MATLAB Cod...

casi 3 años hace | 1

| aceptada

Pregunta


Does MATLAB GUI can work standalone when installed to Raspberry Pi using matlab code (.m file)?
I did an image processing program using Matlab Guide and is it possible to run the GUI on the raspberry pi using matlab code (.m...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


change- height width and frame rate of video in matlab
I have run 1 video with 640 x 480 resolution and frame rate-20, but when I used same kind of operation with another video -1280 ...

casi 8 años hace | 1 respuesta | 0

1

respuesta