Community Profile

photo

Bereketab Gulai


Last seen: alrededor de 3 años hace Con actividad desde 2019

Estadísticas

All
  • Thankful Level 2
  • 3 Month Streak
  • First Submission
  • GitHub Submissions Level 1
  • Thankful Level 1
  • First Review
  • First Answer
  • Revival Level 1

Ver insignias

Content Feed

Ver por

Respondida
Error using matlab.codetools.requiredFilesAndProducts (line 91)
Here is the response from the support: "This dependency analysis can be suppressed by commenting the following lines of co...

más de 3 años hace | 0

| aceptada

Respondida
How can I change the title bar icon of my app?
Here is the real solution R2019b and above: hUIFig = uifigure; % allow this to load first (run it separately from the below cod...

casi 4 años hace | 0

Respondida
Search Excel spreadsheet for specific value
Here is answer using actxserver: excelApp = actxserver("excel.Application"); excelApp.Visible = false; book1 = excelApp.Workb...

casi 4 años hace | 0

Respondida
Find a value in excel file
Alternative with actxserver: excelApp = actxserver("excel.Application"); excelApp.Visible = false; book1 = excelApp.Workbooks...

casi 4 años hace | 0

Respondida
How do i add search functionality into my drop down menu in my GUI?
Here is much Modified of Arsalan jamialahmadi % Value changing function: TestTypeSearchEditField function TestTypeSearchEditF...

casi 4 años hace | 0

Respondida
How do I ignore double clicks in my GUI buttons?
Here are alternatives button. Update: MATLAB Support Team's solution did not resolve the issue of using the button again, which...

casi 4 años hace | 0

Respondida
How to connect to 32-bit Microsoft Access Database from 64-bit MATLAB?
I only had to install AccessDatabaseEngine_X64.exe from the link and the 32bit sources work now...no further configuration is ne...

casi 4 años hace | 0

Respondida
Error Connecting to Access Database
Take a look here: https://www.mathworks.com/matlabcentral/answers/235949-how-to-connect-to-32-bit-microsoft-access-database-fro...

casi 4 años hace | 0

Respondida
URL encoding function
Here is an anternative, Using mlreportgen.utils.fileToURI report = getReport(x, 'extended', 'hyperlinks', 'off'); % Take som...

casi 4 años hace | 0

Pregunta


Error using matlab.codetools.requiredFilesAndProducts (line 91)
Hello, Here is an error with checking required products. This worked fine previously but not now. [fList,pList] = matlab.co...

casi 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Delete uiprogress object at the end of startup function
Hello, It seems that MATLAB is not deleting the uiprogress object variable when startup function in App Designer apps ends exec...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
Perform Quit script on Windows Shutdown,Restart, Sign-out (basically anything that maybe 'quit forces')
The answer is that onCleanup() works perfectly on these conditions. A public variable onCleanupArray on the app stores all the ...

alrededor de 4 años hace | 0

| aceptada

Pregunta


Perform Quit script on Windows Shutdown,Restart, Sign-out (basically anything that maybe 'quit forces')
Is there a way to perform DB delete just before Windows Shutdowns... and the user has the AppDesigner app running? The Task is ...

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

1

respuesta

Respondida
Merging pdf without ghostscript
You can still use Ghostscript along with append_pdfs. Install GS on your machine or get copy of it is files Store gs files wi...

alrededor de 4 años hace | 0

Pregunta


Does the SelectionType of uifigure not have effect anymore?
I am trying a double click function in the uitable of R2019b. The SelectionType property does not care and just gives what was a...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


App Designer uitextarea control gives position values not in pixels when window is maximised?
Here is the output. Can this be translated into pixels or any alternatives? ans = 1.0e+03 * 1.2728 0.7737 0.60...

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

1

respuesta

Respondida
UITable keeps making double CellSelection callback
This may been have a bug in R2019a as R2019b resolves it.

más de 4 años hace | 0

| aceptada

Respondida
Why does my ctfroot have unexpected subfolders?
The issue whereby the resource location was changed after several times of compiling. Occurred because the resources folder adde...

más de 4 años hace | 0

Respondida
App Designer standalone Test app not executing
Found out that Matlab may have including the Startup file in the current directory that was being used for MATLAB. At first, it...

más de 4 años hace | 1

| aceptada

Pregunta


App Designer standalone Test app not executing
This is the error on cmd: Error using matlabpath Modifying the search path is not supported by MATLAB Compiler. Remove functio...

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

1

respuesta

Pregunta


UITable keeps making double CellSelection callback
The callback is used to add the selected cell to another table in the same uifigure yet it is behaviour changes it most of the t...

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

1

respuesta