답변 있음
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 =...

3년 초과 전 | 1

답변 있음
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...

3년 초과 전 | 0

| 수락됨

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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!

3년 초과 전 | 0

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

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

3년 초과 전 | 0

질문


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

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 4년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 4년 전 | 0

질문


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

거의 4년 전 | 답변 수: 3 | 0

3

답변

답변 있음
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 ...

거의 4년 전 | 0

질문


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

거의 4년 전 | 답변 수: 3 | 0

3

답변