Community Profile

photo

Vahila Kayithi

Last seen: 4日 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Submission
  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer

バッジを表示

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

4年弱 前 | 0

| 採用済み

回答済み
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...

4年弱 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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" ...

4年以上 前 | 0

| 採用済み

回答済み
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 ...

4年以上 前 | 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...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 2

| 採用済み