Community Profile

photo

indrajit das


自 2016 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer

查看徽章

Feeds

排序方式:

提问


Matlab standalone executable error after installation.
I have created a matlab standalone executable for my project. The project includes multiple functions and 2 GUI of which one is ...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
How do I find the indices of the maximum (or minimum) value of my matrix?
find(arr == max(arr));

7 years 前 | 13