
Sergio Yanez-Pagans
University of Arizona
Statistics
ランク
2,630
of 258,332
評価
15
貢献
4 質問
16 回答
回答採用率
75.0%
獲得投票数
4
ランク
62,036
of 110,433
貢献
0 問題
2 解答
スコア
30
バッジ数
1
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
送信済み
Plot,....but plot well!
Fix your horrible default MATLAB plot/graph/figure in 1 easy step
5日 前 | ダウンロード 6 件 |

送信済み
Peaks and Dips
Easily allows you to automatically find, plot, and label local maxima (peaks) and local minima on MATLAB
5日 前 | ダウンロード 26 件 |

送信済み
LineMarks
Adds "line marks" in order to label and identify constant values or allows to highlight data intervals
5日 前 | ダウンロード 5 件 |
Convert 2d image to 3d coordinates
https://www.mathworks.com/matlabcentral/answers/488245-convert-2d-image-to-3d-image-please
5日 前 | 0
Is it possible to use the smooth function with a multidimensional matrix having NaN values?
Maybe this could be useful for you: https://www.mathworks.com/matlabcentral/fileexchange/23287-smooth2a?s_tid=srchtitle Go...
5日 前 | 0
Fill plot with gradient colors
Thank you Dave, that was really useful! Excellent answer =)
7ヶ月 前 | 0
質問
Fill plot with gradient colors
I'm trying to plot a signal, for example cos(x), with a red gradient colormap for positive values and a blue one for negative va...
7ヶ月 前 | 2 件の回答 | 1
2
回答質問
tiledlayout within another tiledlayout
Is it possible to have a tiledlayout within another tilelayout? I would like to have 2 tiledlayouts on the same MATLAB figure
9ヶ月 前 | 0 件の回答 | 0
0
回答how to label lines on a graph
This might be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
9ヶ月 前 | 0
multi bar labeling plot
I would suggest trying this: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
9ヶ月 前 | 0
How to remove the tic labels but not the marks?
This can also help you to create ticks: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
9ヶ月 前 | 0
How do I format tick labels before R2016b?
Maybe this could be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
9ヶ月 前 | 0
Indicate peak value of a signal in matlab plot
You could try this: https://www.mathworks.com/matlabcentral/fileexchange/89491-peaks-and-dips
9ヶ月 前 | 0
質問
change color of xticklabels or yticklabels
I need help with this: ax = gca; ax.XColor = 'w'; ax.YColor = 'w'; changes the color of the axis and the xticklabels. I want...
11ヶ月 前 | 1 件の回答 | 0
1
回答How to save Excel file as a variable and pull data from it?
Using the Import Data option in the Home tab of MATLAB might be the easiest thing to you assuming you don't have tons of sheets ...
11ヶ月 前 | 1
質問
Find empty line in text file and build array
Hello everyone, I need help with this, please. If I have a text file (.txt) which contains the following: 1 1 1 1 2 2 2 2 ...
11ヶ月 前 | 1 件の回答 | 0
1
回答How do I change the number of decimals in the axis ticks?
This might be more useful given that it only shows relevant ticks and labels (it doesn't only change the format of the label). Y...
約1年 前 | 0
Matching deflection/Inflection points of two plotted curves
Hi Ashik, Why don't you try this?: https://www.mathworks.com/help/symbolic/find-asymptotes-critical-and-inflection-points.html...
約1年 前 | 0
| 採用済み
Marking the peak of a plot automatically without having to click on it
You could use my MATLAB File Exchange function: https://www.mathworks.com/matlabcentral/fileexchange/89491-peaks-and-dips ...
約1年 前 | 0
How to find peak or dip separation in frequency domain signal
These might work for you: https://www.mathworks.com/matlabcentral/fileexchange/89491-peaks-and-dips Hope you find this use...
約1年 前 | 1
| 採用済み
How do I find the (x,y) coordinates of the peaks and valleys of a graph?
You can use my MATLAB file exchange function, it's really easy to implement and use: https://www.mathworks.com/matlabcentral/...
約1年 前 | 0
Error using plot, vectors must have the same length
Just check the sizes of t and c. You can check this on the variable window or on the command window as follows: size(t) % will ...
約1年 前 | 1
解決済み
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:...
約1年 前
Changing values in atable
A good way to get what you want is to convert your table to an array. Here is an example: column1 = [2,3,4,5]'; % Data for tabl...
約1年 前 | 0
送信済み
Light-matter interaction energy diagrams
Allows you to create simple light-matter interaction energy diagrams. Include your quantum states and photon couplings between s...
約1年 前 | ダウンロード 6 件 |
