Prasad Mendu
MathWorks
Followers: 0 Following: 0
I am a Software Engineer at The MathWorks and a Computer Science graduate from University of Cincinnati, Ohio.
In the free time, I like to run outside, hike scenic places, and binge watch TV.
Statistik
0 Fragen
33 Antworten
RANG
1.007
of 295.486
REPUTATION
72
BEITRÄGE
0 Fragen
33 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
18
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Affine3D 4x4 matrix to homogeneous matrix.
You can refer to functions under "Coordinate System Transformations" section at the link below to see if one of those serves you...
mehr als 7 Jahre vor | 0
Rose Diagram length-weighted
You can probably use the 'polarhisogram' function to achieve this. Refer to the documentation link below for more information. ...
mehr als 7 Jahre vor | 0
Build a Volume Mesh from 3D Points
You can try referring the functions at the link below to see if it serves your use-case: <https://www.mathworks.com/help/matl...
mehr als 7 Jahre vor | 0
| akzeptiert
Reduce allocated memory, speed up algorithm?, split matrix in "inequal" sized matrices?
Refer to the links given below to get started on how to make efficient use of memory and increase code performance in MATLAB. ...
fast 8 Jahre vor | 0
How to remove morphological features from an image mask
You can use some relevant inbuilt functions available in MATLAB for Morphological Operations to achieve this. Refer to the docum...
etwa 8 Jahre vor | 0
Sorting algorithm substituting the prebuilt 'sort' function in MATLAB
As Per Iskakson mentioned in the comments, you can start off with Bubble sort and then explore other sorting algorithms that hav...
etwa 8 Jahre vor | 0
Printing figures with proper dimensions?
You can use the 'semilogx' command to plot data as logarithmic scales for the x-axis. <https://www.mathworks.com/help/matlab/...
etwa 8 Jahre vor | 0
Kinect Xbox 360 on Matlab R2016b
MATLAB does not offer support for Kinect for xbox 360. The hardware supported page just makes mention of Kinect v2 and Kinect fo...
etwa 8 Jahre vor | 1
| akzeptiert
Menubar fonts unreadably small in Linux?
Unfortunately the Linux version of MATLAB does not support high DPI screens on Linux yet. Refer this documentation page for more...
etwa 8 Jahre vor | 4
Matlab live script does not output the same as regular script.
Could you elaborate more on what do you mean by "lag behind by one run"?
etwa 8 Jahre vor | 0
Using object orientated programming
If you are looking to use Object Oriented Programming in MATLAB to solve this problem, here are some resources you can use to ge...
etwa 8 Jahre vor | 0
Java Icon after packaging standalone application
Unfortunately, the ability to change that Java icon you are referring to into a custom one is not supported yet by MATLAB.
etwa 8 Jahre vor | 0
Is it possible to extract data from a SQLite database with null values?
This could be because of a bug in the SQLite JDBC driver: <https://bitbucket.org/xerial/sqlite-jdbc/issue/81/the-method-getob...
etwa 8 Jahre vor | 2
| akzeptiert
Parallel computation of several centroids on a single frame
Using "parfor" construct will let you run code on different workers in parallel, but there is no communication between these wor...
etwa 8 Jahre vor | 0
App designer fails to open (R2016b)
As Walter mentioned in the comments, you can try generating the preferences again by executing the command given below at MATLAB...
etwa 8 Jahre vor | 1
plotting in matlab extremely slow
For certain graphic cards these performance issues can be resolved by using the software implementation of OpenGL. You can switc...
etwa 8 Jahre vor | 2
Can't get MWNumericArray out of c#
One of the possible reasons for this error is the bitness mismatch between Visual Studio and the DLL. The Visual Studio has to b...
etwa 8 Jahre vor | 2
Problem with MEX - perl error.
Do you also have SDK 7.1 installed on your machine? If yes, this issue could be because of a bug described below. There is a ...
etwa 8 Jahre vor | 0
Error in using 'parpool'
Does the validation of the local cluster profile succeed? For more information on how to validate, refer to the link below: h...
etwa 8 Jahre vor | 0
Rotate usamap and states about center of the map
You can use the 'rotate3d' function to rotate 3-D view of the map. First, execute the command given below to turn this feature '...
mehr als 8 Jahre vor | 0
Enable Matlab startup accelerator
As given in the link below, navigate to $matlabroot/bin/win64(or 32) folder and run the application "InstallMATLABStartupAcceler...
mehr als 8 Jahre vor | 1
| akzeptiert
Changing the FontSize of Matlab diagraph plot
GraphPlot does not support changing the fontsize and fontcolor of the text labels. As a workaround, if you really need the cu...
mehr als 8 Jahre vor | 2
| akzeptiert
How do I solve "Cannot write value: unsupported class matlab.graphics.primitive.Surface"
Does this relate to your issue? http://www.mathworks.com/matlabcentral/answers/92726-why-do-i-receive-cannot-write-value-unsu...
mehr als 8 Jahre vor | 0
How do I open R2012a project on R2016a ?
Although .jar files created in earlier versions of MATLAB can be opened in the latest release, the project files would have been...
mehr als 8 Jahre vor | 0
how to control basler camera frame rate
To control the frame rate, first access the device's video source using 'getselectedsource' function and then configure the devi...
mehr als 8 Jahre vor | 0
Preview switching between two videoinputs?
The following links talk about the similar issue and it might be helpful for you to look at those links. One of the links states...
mehr als 8 Jahre vor | 0
Compare two images( Gold standard black vs regular black) using RGB?
The MATLAB function "immse" compares two images using the color values (RGB) to calculate the Mean Squared Error (MSE) of two im...
mehr als 8 Jahre vor | 0
How to eliminate 'print -dmeta' crash?
This error "Error using print" when printing in '-dmeta' format using MATLAB R2015b could be because of a bug present in it whic...
mehr als 8 Jahre vor | 1
| akzeptiert
How to make the acquisition and processing at the same time
It would be helpful to have more information about the issue you are facing. For example, do you use Parallel Computing Toolbox ...
mehr als 8 Jahre vor | 0
A Matlab GUI made with GUIDE on r2015a does not display properly in a standalone executable file
There is a bug in which Deployed GUIs and figures look and feel different compared to undeployed MATLAB desktop versions. Deploy...
mehr als 8 Jahre vor | 1
| akzeptiert