Respondida
Split table into Chunks.
I'm not really sure how you want to add subtables to power point slides, but you can create subtables in the following way: T =...

alrededor de 3 años hace | 1

Respondida
Split table into Chunks.
Hello, you're probably want something like this: T = randi(10, 43,3); chunkSize = 8; % chunk size from number of rows noOfCh...

alrededor de 3 años hace | 0

| aceptada

Pregunta


GUI app callback functions problem
Hello Matlab experts, I'm modifying an existing GUI app. I need to add an additional functionality. There is a form with a butt...

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

1

respuesta

Pregunta


Convert list of points into string and group it in tens
Hello, I have a list of points which I want to convert to string and format it in a certain way. I have manged to do this, but...

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

1

respuesta

Pregunta


Display double number with 6 digits exactly
Hello, I would like to create a string that will contain a double number. This number should be represented with 6 digits exa...

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

1

respuesta

Pregunta


Structure that contain an array of points with string names and coordinates
Hello, I need to create and dynamically fill a structure that describes a point in space and which contains IDs (integers), coo...

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

1

respuesta

Pregunta


Adding XYZ axis in RGB colors in the corner of a plot
Hello, Is there any way I can add XYZ coordinate frame in a corner of a plot in Matlab? I have seen many times, reference coord...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Simple FEM analysis, defining boundary conditions
Hello, I'd like to perform a simple FEM analysis and to estimate deformation of a squared beam. I'm following an example in the...

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

0

respuestas

Pregunta


Create triangulated beam with meshgrid
Hello, I'd like to create a triangulatyed beam just like shown in picture. I have tried to use meshgrid function, but I'm not a...

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

1

respuesta

Pregunta


Create/Export .stl file from a mesh
Hello, I have created a model and used generateMesh function that created a mesh and stored it to a model object. smodel = cr...

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

1

respuesta

Pregunta


Improve speed of execution by pre allocation of array
Hello, I know that changing size of an array in each loop iteration is not only a bad practice but also a very inefficient way ...

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

1

respuesta

Pregunta


FEM analysis and pdeplot3D - placing legend and units
Hello Matlab experts, I'm learning the basics of FE analysis and going through the example here: https://www.mathworks.com/hel...

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

0

respuestas

Respondida
Accessing and using struct array using vectorization
Walter and Voss, thank you very much for your answer. They are exactly what I was looking for. Cheers!

más de 3 años hace | 0

Pregunta


Accessing and using struct array using vectorization
Hello, I have a cell array structured like this: list_el = 36×3 cell array {[ 1 3]} {0×0 double} {0×0 doubl...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Respondida
Writing more efficient Matlab code to test Null hypothesis (T and P values)
Thank you both Adam Danz and Start Strider, very helpful.

más de 3 años hace | 0

Pregunta


Writing more efficient Matlab code to test Null hypothesis (T and P values)
Hello Matlab experts, I have data given in a table shown in the attached picture. What I need to do is to extract math score fo...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Auto adjust y axis with imhist
Hello, I'm having problem with autoscale of y axis when plotting histogram of an image intensities. for example, the following ...

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

1

respuesta

Pregunta


Using imread and plot grayscale image
Hello, I'm following a tutorial about image processing and there is a following code: img = imread('tire.tif'); size(img) % 2...

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

1

respuesta

Pregunta


Calculate daily values from cumulative values
Hello Matlab experts, I'm trying to calculate daily values from given cumulative data. Cumulative data is saved in a .mat file....

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

1

respuesta

Pregunta


y axis value representation on figure
Hello, is there any way to force Matlab to use 35000 instead of 3.5 x 10^4 on y axis usig plot command? My plot command create...

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

1

respuesta

Respondida
Using plot with dates stored in a cell array
Thank you, I didn't know how to call datetime function properly. 'InputFormat','MM/dd/yy' is the answer I was looking for. date...

más de 3 años hace | 0

Pregunta


Using plot with dates stored in a cell array
Hello Matlab experts, I need your help plotting a price of some item on different days. I have a cell array called dates with ...

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

3

respuestas

Respondida
Finding a node in graph with most mutually adjacent nodes
Christine and Steven, thank you very much for your valuable answers. Now, I have much more efficient way to learn and visualize ...

más de 3 años hace | 0

Pregunta


Finding a node in graph with most mutually adjacent nodes
Hello Matlab experts, I'm learning a graph theory and trying to write some code in Matlab that solves some of the graph problem...

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

3

respuestas