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); ...
約1ヶ月 前 | 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...
約1ヶ月 前 | 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...
4ヶ月 前 | 2 件の回答 | 0
