Community Profile

photo

Ali razi


Last seen: 5 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Pregunta


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

6 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas

Respondida
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 meses hace | 0

Pregunta


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 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 3

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta