Community Profile

photo

Ali razi


Last seen: 5 months ago Active since 2020

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Question


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 months ago | 1 answer | 0

1

answer

Question


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...

6 months ago | 2 answers | 0

2

answers

Answered
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 months ago | 0

Question


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 months ago | 0 answers | 0

0

answers

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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 year ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 3

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer