Community Profile

photo

Josep Llobet


Last seen: 6 giorni fa Attivo dal 2021

Bioinformatics and Biostatistics student Bachelor of Science in Biotechnology. Interests in directed evolution, drug development,

Programming Languages:
Python

Statistics

All
  • Explorer
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Submission
  • First Review
  • First Answer

Visualizza badge

Content Feed

Visto da

Risposto
Why MATLAB App is standstill, collapse, when it is execute?
True Mr!

3 mesi fa | 0

| accettato

Domanda


Why MATLAB App is standstill, collapse, when it is execute?
Why when execute a MATLAB App with different functions it collapse, saturate, standstill? I think it is because the internal ...

3 mesi fa | 1 risposta | 0

1

risposta

Risposto
Check if a number is in between two values
function [min_proxim, max_proxim, porta_num_between] = app_sel_between_two(val_list, val_check) % Detrmina si un numero (val_...

4 mesi fa | 0

Domanda


obtain element from a non defined array matlab
I am looking to obtain the element of an array without the necessity of creating a new variable. Currently I am using like: im...

4 mesi fa | 1 risposta | 0

1

risposta

Risposto
prevent selection in objects app matlab
I find the result. I post it in can't use shortkey after pushing a button in MATLAB App Answer. You just need to turn to make t...

6 mesi fa | 0

| accettato

Risposto
can't use shortkey after pushing a button in MATLAB App
I solved it! Because some of the @Walter Roberson advice in Press button automatically click post, you just need to turn to add...

6 mesi fa | 0

| accettato

Domanda


can't use shortkey after pushing a button in MATLAB App
Hello, I cannot use the keyboard shortkeys defined after I have pushed a button in MATLAB App. For example, I have a "a" key...

6 mesi fa | 1 risposta | 0

1

risposta

Risposto
App Designer push button callback on push/hold (not native ButtonPushFcn)
Hello, If you want to execute the button, you must execute the 'execution' command of that one. As example, in a app.OriginalBu...

6 mesi fa | 0

Risposto
How to properly delete cell element ?
% Cell you want to copy branques_pixels_new = {[55178] [55593] [62271] [62686] [66858] [67273 123123 12123]} ...

8 mesi fa | 0

Risposto
UIFigureSizeChanged does not work
Ok, as indicated in this MATLAB Answer from 2017, the 'AutoResizeChildren' of the UIFigure must be put it in off. In the Size...

8 mesi fa | 0

| accettato

Domanda


UIFigureSizeChanged does not work
Hello there, In App, the callback UIFigureSizeChanged does not make any effect when the size of the GUI's app is changed. I ...

8 mesi fa | 1 risposta | 0

1

risposta

Domanda


rescale image in app when maximized
Hi, I am trying to maximize an image in MATLAB app when the App is maximized. This mean, resize/rescale the image according to...

8 mesi fa | 1 risposta | 0

1

risposta

Domanda


Expand GUI in App UIFigure by a button for to extend the showing
Hi, I'm trying to expand down part of the UIFigure of a MATLAB App by a button push. As example: from: - to -> I tryied ...

9 mesi fa | 1 risposta | 0

1

risposta

Risposto
GUI full screen with centred figure?
Hello, For obtain a centered GUI figure based on the screensize, in MATLAB App, you can try it: % Obtain GUI position UIFigur...

9 mesi fa | 0

Domanda


there's no object in object detection on Pascal VOC data
Hello there, I am preparing a dataset for a object detection model of deep learning, which is based on images and their respe...

9 mesi fa | 0 risposte | 0

0

risposte

Risposto
imcrop a specific bounding box
You can try the next code: Obtain the image example % __JUST OBTAIN THE IMAGE__% % Obtain image krillin = imread("https://...

circa un anno fa | 1

Domanda


prevent selection in objects app matlab
How can avoid the selection of an app GUI object (button, image, etc.) by clicking in it? ---when clicking--> it is selected. ...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


Fix bounding box in a image and save it
Hi there, I am trying to fix a Bounding Box permanently in a image because to save it. I used as usual hold on for graphic t...

circa un anno fa | 0 risposte | 0

0

risposte

Risposto
Trying to install a MATLAB Runtime executable
Hi there again, I didn't know the MATLAB Runtime was needed to be installed; I thought it used just as a .zip document. Then...

circa un anno fa | 0

| accettato

Domanda


Trying to install a MATLAB Runtime executable
Hi there, I am trying to install a MATLAB executable program in a one of my computers where I have not installed MATLAB. Then...

circa un anno fa | 1 risposta | 0

1

risposta

Risposto
how to compare image size
Excuse me because the coments are in catalan, but matbe the next code could be useful. It is for adjust one image 1 to other sma...

oltre un anno fa | 0

Risposto
How do I combine two cell arrays into one cell array?
Maybe this little function could be useful: function [celltot] = juntar_cells(cell1, cell2) celltot = cell1; for ll_cell2 =...

oltre un anno fa | 0

Domanda


select one item between two List Box
Hi there, I'm designing an App with MATLAB App designer. I have two Box List, with different items in them. I want the user c...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Get path from running app
As we saw in Get path from runnig script to obtain in a automated way the path where our MATLAB file was running, there is a co...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Convert line to pixels in a image, from coordenade
Hi there, I have the coordenades of two points, which with the function line() I can draw a line. I want to convert the pixels ...

oltre un anno fa | 1 risposta | 0

1

risposta

Risposto
Plot design resources?
Try: doc plot for to know more about the function

oltre un anno fa | 0

| accettato

Risposto
How to end MATLAB session
Maybe you have some files which MATLAB is using, then you would have to try to close these ones.

oltre un anno fa | 0

Domanda


Automatically continue a line
Hi there Is there any way for automatically continue a drawed line? For example, we have a curved line, and we want to exte...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


skeletonize image until the end of their borders
Hi there! My question is about obtain an skeletonized image which borders would reach to the final of the image. I am trying...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


How to see the weight of the MATLAB Live workspace data
Hi there! I have a large MATLAB Live field in which I save many workspace data. I would like to as if there is a comand fo...

oltre un anno fa | 0 risposte | 0

0

risposte

Carica altro