Community Profile

photo

Ali razi


Last seen: 4ヶ月 前 2020 年からアクティブ

統計

  • First Answer
  • Thankful Level 2
  • Thankful Level 1
  • First Review

バッジを表示

Content Feed

表示方法

質問


Rotate an object based on regionprops Orientation - explanation
Hi, Based on this question (https://www.mathworks.com/matlabcentral/answers/2034614-rotate-an-object-based-on-regionprops-or...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Save in App designer text area value not as .txt, .dat, or .csv file - Matlab
I have tried to save an App designer text area value not as .txt, .dat, or .csv file (used for delimited tex...

5ヶ月 前 | 2 件の回答 | 0

2

回答

回答済み
Add multi-row data to App Designer Text Area
Hi, Not an elegent way but I hope it works for you T1 = table([1;2;3], [4;5;6]) T1 = table2array(T1); T1 = num2str(T1) T2= ...

6ヶ月 前 | 0

質問


Increase the font size of the interface menus/GUI of app designer
Hi, Is there a way to increase the font size of the interface menus/GUI of app designer (bot in the code/app I write)? Th...

6ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Button widening effect - app designer
I am designing a GUI using app designer and when I maximise the screen, the button become wider as shown in the photo below. ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Convert datetime to string
How can I convert datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss') to a string with this structure: 12-Oct-2...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Exportapp error in saving entire app designer GUI
Hi, I am trying to use the exportapp function to save the entire app designer GUI but I get this error: Error using exportap...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Close uialert - App designer
In App designer I have a function called DayButtonPushed(app, event) With the following code: aFig = uifigure; ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Fit UIAxes to image dimensions automatically
I use the code (App designer file attach) to mark a ROI. On of the things that I can not solve is that the UIAxes dimension are ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


NumberFormat on specific/few columns - Report Generator
I am formating a table using this line: tableData = FormalTable(tableData); tableData.Border = 'Solid'; tableData.RowSep = '...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Generate PDF report with images and table
In the code below I want to generate a PDF report that I wish it will have two images next to each other and below them a table....

約2年 前 | 1 件の回答 | 0

1

回答

質問


Refresh positions of all draw points after deleting or moving - App designer
Following my last question (https://www.mathworks.com/matlabcentral/answers/1619365-extract-position-of-all-draw-points) I did a...

約2年 前 | 1 件の回答 | 3

1

回答

質問


Extract position of all draw points
Based on this question (https://www.mathworks.com/matlabcentral/answers/545177-draw-points-on-uiaxes-until-you-press-a-button-in...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Signifcant numbers set in a table
Can anyone please give an advice how to set the significant numbers only on the table numerical fields? Code: clc; clear...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Find intersection points between a line and a boundary
I am trying to find the intersection points between a line and a boundary, how can I do it? Code: clc; clear; close all;...

3年以上 前 | 1 件の回答 | 0

1

回答