Feeds
已回答
How do I set a source image inside directory with .ImageSource?
baseFolder = fileparts(mfilename("fullpath")); imgPath = fullfile(baseFolder, "Assets\_2\", "rect.png"); img=imread(imgPath); ...
How do I set a source image inside directory with .ImageSource?
baseFolder = fileparts(mfilename("fullpath")); imgPath = fullfile(baseFolder, "Assets\_2\", "rect.png"); img=imread(imgPath); ...
27 days 前 | 1
| 已接受
提问
How do I set a source image inside directory with .ImageSource?
I'm using Matlab App Designer ver. R2025b and I’m having a trouble assigning correct path for my image. Path is “\Assets\_1\rec...
27 days 前 | 1 个回答 | 0
1
个回答提问
Matrix 10x10 with same number in each row by column.
As title says I'm looking for a way to generate a matrix 10x10 where each row has same number as a number of a column. Like if w...
3 months 前 | 2 个回答 | 0
