Community Profile

photo

Michal Dobai


Con actividad desde 2017

Followers: 0   Following: 0

Contacto

Estadísticas

All
  • First Review
  • Cody5 Easy Master
  • Commenter
  • Knowledgeable Level 2
  • First Answer
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Respondida
I want to take difference of column A (first column in sheet_1) and column B (also first column in sheet_2). Output should be file C in workspace.
So you have excel file containing two sheets. And you want to: * subtract numbers in column A in |sheet_2| from numbers in co...

más de 6 años hace | 0

| aceptada

Respondida
Edit Field labels and edit field numeric loop
This might be one way to do it: First, you have to create new properties to hold handles of newly created controls: Typ...

más de 6 años hace | 2

Respondida
How to two Y axies plot in app designer?
You can try this: plot(app.UIAxes,[1 2 3 4],[3 5 2 6],'-r'); hold(app.UIAxes); plot(app.UIAxes,[1 2 3 4],[4 6 3 7]...

más de 6 años hace | 0

Respondida
What does 'imfuse' exactly do and how does it differ from 'imadd'?
*|<https://www.mathworks.com/help/images/ref/imfuse.html imfuse>|* can combine input images in several different ways. You can s...

más de 6 años hace | 0

| aceptada

Respondida
Import from Excel and exclude fully blank rows
Just change this: I = any(cellfun(@(x)... to this: I = all(cellfun(@(x)... Why? Let' have a closer look at your ...

más de 6 años hace | 0

| aceptada

Respondida
How to merge two images of different sizes ??
You can just index elements in bigger image and assign them values of smaller image. combinedImage = biggerImage; s = si...

más de 6 años hace | 3

| aceptada

Respondida
How to plot a surface-like plot when the data is not regularly spaced
How about this? [xi,yi] = meshgrid(0:0.01:10, 0:0.01:10); zi = griddata(demodata(:,1),demodata(:,2),demodata(:,3),xi...

más de 6 años hace | 1

| aceptada

Respondida
Vectors Must be the Same Length
It's a lot more clear to me now. Or at least I hope so |:)| _(reference to <https://www.mathworks.com/matlabcentral/answers/3721...

más de 6 años hace | 2

| aceptada

Respondida
Combine two images together
_This is answer to your <https://www.mathworks.com/matlabcentral/answers/372151-combine-two-images-together#comment_514612 comme...

más de 6 años hace | 0

| aceptada

Respondida
How to open a file .txt in MATLAB
OK. Let's say that you already have file named 'abc.txt' in your workspace and it looks like this: 1 2 3 4 5 6 7 8 9 ...

más de 6 años hace | 2

| aceptada

Pregunta


Is there any way to navigate through UITable (App Designer) cells with arrow keys?
I have a table in my GUI built in App Designer. Table is filled with some data (aprox. 10 cols and several hundred rows). User c...

más de 6 años hace | 0 respuestas | 1

0

respuestas