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); ...
6일 전 | 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...
6일 전 | 답변 수: 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개월 전 | 답변 수: 2 | 0
