Vahila Kayithi
Followers: 0 Following: 0
Statistics
0 Questions
8 Answers
RANK
2 857
of 295 569
REPUTATION
20
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
15 683 of 20 247
REPUTATION
0
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to measure distance between two objects in video in meters
It would be helpful if you can provide more information about what you are trying to achieve. If you are trying to find distanc...
mer än 4 år ago | 0
| accepted
How to use test manager on MATLAB R2018b?
Simulink test manager can be launched using the "sltest.testmanager.view" command. For more information please refer to the fo...
mer än 4 år ago | 0
Make HDR image from Raw images
IamgeDataAStore object can be created directly from the .tif files by specifying the 'FileExtension' to '.tif'. Can you try runn...
nästan 5 år ago | 0
MATLAB to open raspberry pi 3 livestream
Images from Raspberry Pi can be imported using the 'snapshot' function. Live stream video can be opened by using 'snapshot' fun...
nästan 5 år ago | 0
Simultaneous reading of mat file allowed?
Having multiple instances of the same file is not recommended. A possible workaround for this issue would be to create a "lock" ...
nästan 5 år ago | 0
| accepted
How to add simple rectangle legend inside US map?
The rectangular legend can be obtained by changing the 'Display Type' property. Create the handles for 'geoshow' and change the ...
nästan 5 år ago | 0
hidden excel page visualize
SpreadSheets can be imported to MATLAB using Import Tool. Even though the sheet is hidden, the option of importing data from the...
nästan 5 år ago | 0
| accepted
How do I change the data cursor size, colour and shape?
You can change the properties of Data Cursor using the following commands: alldatacursors = findall(gcf, 'type', 'hggroup', '-p...
nästan 5 år ago | 2
| accepted