답변 있음
fill/patch interpolate alpha
I think that undocumented MATLAB has the answer: https://undocumentedmatlab.com/articles/plot-line-transparency-and-color-gradie...

2년 초과 전 | 0

답변 있음
Common legend and axes using tiled layout
Crude way to achive this is to shink the tiledlayout to make space under it and move the legend there. Both can be done using Po...

2년 초과 전 | 0

답변 있음
How can I Transform the image according to the histogram equalization technique.?
These is a histeq function. Yout can select region of interest like my_img(100:200, 69:420, :) and use it as input to histeq. Fo...

2년 초과 전 | 0

답변 있음
Edit plot position in MATLAB
Figures have properties related to Exporting: https://www.mathworks.com/help/matlab/ref/matlab.ui.figure-properties.html#d123e43...

2년 초과 전 | 0

답변 있음
How to change Legend Bar Color's Object?
The color depends on the object the legend entry belongs to. The simplest way to change it is to create invisible graphical obje...

2년 초과 전 | 0

| 수락됨

질문


Find all Text in Tiledlayout
Using function findall I tried to get handles of all Text objects in a figure. For most Text objects findall(gcf(), "Type", "tex...

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

1

답변

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

2년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

2년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2년 초과 전

질문


Memory leak of parallel workers
I have a code using the local cluster for the execution of functions using parfeval. I was using this code on version 2018a and ...

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

0

답변

질문


Automatic Differentiation for gamma and psi functions
Is there a way to make automatic differentiation work with MATLAB functions gamma and psi? I can use equivalent custom functions...

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

1

답변