Community Profile

photo

JAI PRAKASH


Last seen: 6 Monate vor Aktiv seit 2018

Statistiken

  • First Review
  • Thankful Level 4
  • First Answer
  • Revival Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Simulink is not opening on ubuntu20.04. Loading indefinitely
Commenting below line in .bashrc solved the problem. #export QT_QPA_PLATFORM=offscreen

9 Monate vor | 0

| akzeptiert

Frage


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...

9 Monate vor | 2 Antworten | 0

2

Antworten

Frage


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'....

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Simulink - How to store a scalar in a queue with simulation time?
Here I attach the solution, which my collegue found.

etwa 3 Jahre vor | 0

Frage


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'...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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. + = ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 '...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How 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...

mehr als 5 Jahre vor | 0

Frage


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, ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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:...

mehr als 5 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


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 ...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How to measure parfeval() execution time?
Is there any way to find how much time parfeval() to complete its execution?

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to run an independent callback function in parallel?
Hi rosinit obj = StoredData; image_sub = rossubscriber('/rgb/image_rect_color/compressed',{@callbackFn3a, obj}); % Indepe...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

mehr als 5 Jahre vor | 0 Antworten | 1

0

Antworten

Beantwortet
How 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. ...

mehr als 5 Jahre vor | 1

Frage


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; ...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Matlab 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,...

mehr als 5 Jahre vor | 0

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to use 'Timer' function to send ROS messages?
fps=50; How can send ROS messages through a publisher continuously.

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to merge a cell 2x60 into 1x60?
<</matlabcentral/answers/uploaded_files/128487/Untitled.png>>

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden