JAI PRAKASH
Followers: 0 Following: 0
Estadística
46 Preguntas
6 Respuestas
CLASIFICACIÓN
7.981
of 295.527
REPUTACIÓN
6
CONTRIBUCIONES
46 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.17%
VOTOS RECIBIDOS
5
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
Simulink is not opening on ubuntu20.04. Loading indefinitely
Commenting below line in .bashrc solved the problem. #export QT_QPA_PLATFORM=offscreen
más de 1 año hace | 0
| aceptada
Pregunta
Simulink is not opening on ubuntu20.04. Loading indefinitely
I was on Matlab 2021a. It was working few days ago. Now matlab is working, but simulink is not opening. I use matlab -deskto...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Vehicle turning with zero steer in Vehicle dynamics blockset. Why?
Hello, I feel vehicle is cornering even at zero steer. For reference, I am using 'Increasing Steering Reference Application'....
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
How to deploy simulink ROS node which has Acados S function?
I use Generate a Standalone ROS Node from Simulink to deploy a ROS node on Nvidia Jetson Xavier. How to deploy the same node wh...
casi 3 años hace | 1 respuesta | 0
1
respuestaSimulink - How to store a scalar in a queue with simulation time?
Here I attach the solution, which my collegue found.
casi 4 años hace | 0
Pregunta
Simulink - How to store a scalar in a queue with simulation time?
I am trying to make a FIFO queue with time-stamps (simulation time). Queue would have a max length. I tried 'to workspace'...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How OpenCV interface can be used with simulink?
I am comfortable to use OpenCV interface with Matlab. But don't know how to use it with Simulink. (For further building). An...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What are compile-time constant?
Hi I want to generate a MEX file for following function function RGB = test(I) RGB = insertShape(I,'circle',[150 280 35],'Line...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Resizing pixels with independent scaling factor?
How can be pixels resized with independent scaling factor? Keeping size of final image same as initial image. e.g. + = ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to generate mex for openCV's 'imdecode' for CPU and GPU?
I want to generate mex funtion for 'imdecode'. First for CPU and then for GPU(GPU, if possible). I have already downloaded '...
casi 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to decompress a Jpeg compressed data?
Hi I have JPEG compressed data, as shown in below figure. How original image can be recovered, if Height & Width of original...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
After uninstalling CUDA toolkit still MATLAB responds for gpuDevice() !!
Hi Accidently I installed CUDA 10 in ubuntu 16.04. Later on I came to know that matlab supports CUDA 9.1. So i unistalled CUD...
casi 6 años hace | 1 respuesta | 0
1
respuestaHow to find subscripts of each element inside many rectangular regions of a matrix?
This is 10x times than arrayfun, still i think can be optimsed. Because no pre-allocation in below code and many other potentia...
alrededor de 6 años hace | 0
Pregunta
How to find subscripts of each element inside many rectangular regions of a matrix?
rowStart = [2; 4; 7]; % a column, may be of more than thousand element rowEnd = [3; 4; 9]; % a column, ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to pre-allocate for unknown size vector?
vector = []; for i = 1:1000000 r = randi([1 4],1,1); % a random integer generator between 1 and 4 vector = [vector 1:...
alrededor de 6 años hace | 3 respuestas | 1
3
respuestasPregunta
How to find indices of a rectangular region inside big matrix? | Efficiently
How can indices of elements belong to a rectangular region can be found? A = [4 4 4 4 4 4 4 4 ...
alrededor de 6 años hace | 3 respuestas | 0
3
respuestasPregunta
How to measure parfeval() execution time?
Is there any way to find how much time parfeval() to complete its execution?
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to run an independent callback function in parallel?
Hi rosinit obj = StoredData; image_sub = rossubscriber('/rgb/image_rect_color/compressed',{@callbackFn3a, obj}); % Indepe...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
sort() is not working as mentioned in its doc !!!!!
Hi I want to use 'gpucoder.sort' feature newly included in 2018b. But I am getting below error: I have GPU Coder, C/C++ comp...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Parallelization: Same operation for each layer of RGB image !!
How to improve the way 'zoomIm' is used? [H, W, ~] = size(im); zoomIm = zeros([H W 3], 'uint8'); parfor j=1:3 ...
alrededor de 6 años hace | 0 respuestas | 1
0
respuestasHow to publish image to ROS in Simulink
If your matlab image is 'RGB' matrix, you can use following matlab function block + Bus assignment block as shown in figure. ...
alrededor de 6 años hace | 1
Pregunta
How can already used elements be eliminated one by one in 2D matrix while moving upwards? | Efficienlty
Input input = [1 2 0; 2 3 4; 4 5 6]; Output Output= [1 0 0; 2 3 0; ...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasMatlab coder error : This expression has size [:? x 1] ?
I just change Line 12 with zoom = zoom(zoom>0 & zoom<=6); zoomMax = length(zoom); And matlab coder shows no error,...
alrededor de 6 años hace | 0
Pregunta
Matlab coder error : This expression has size [:? x 1] ?
Hi While using matlab coder codegen. I am getting following error. <</matlabcentral/answers/uploaded_files/138494/Capture.J...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to get timer's UserData?
I am fetching timer's UserData with the below command data = get(timer1, 'UserData'); Problem is, it gives whole userdat...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use 'Timer' function to send ROS messages?
fps=50; How can send ROS messages through a publisher continuously.
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Why the same function is taking more time after MEX creation?
I want to create mex of 'sort()' funtion. So I build below function function idx = sort2(h) % h is 600x1280 'single' el...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How can MATLAB's buit-in function give output as class single intead of double?
All matlab function gives output as class double. e.g. [I,J] = ind2sub([H W],idx); it is clear that I & J will be int...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Why using .mex created by MATLAB Coder and GPU Coder doesn't give exactly same results?
Hi I created an image processing function and transformed it into .mex to speed-up my process. As I have an Nvidia GPU cuda ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How to merge a cell 2x60 into 1x60?
<</matlabcentral/answers/uploaded_files/128487/Untitled.png>>
más de 6 años hace | 1 respuesta | 0