![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11799692_1524258869909_DEF.jpg)
Sergio Yanez-Pagans
University of Arizona
Followers: 0 Following: 0
Feeds
답변 있음
How to numerically calculate the complex roots (eigenvalues) of a determinant?
Maybe this helps: https://www.mathworks.com/matlabcentral/fileexchange/94730-matrix-methods-of-linear-algebra?s_tid=srchtitle...
How to numerically calculate the complex roots (eigenvalues) of a determinant?
Maybe this helps: https://www.mathworks.com/matlabcentral/fileexchange/94730-matrix-methods-of-linear-algebra?s_tid=srchtitle...
2년 초과 전 | 0
답변 있음
Convert 2d image to 3d coordinates
https://www.mathworks.com/matlabcentral/answers/488245-convert-2d-image-to-3d-image-please
Convert 2d image to 3d coordinates
https://www.mathworks.com/matlabcentral/answers/488245-convert-2d-image-to-3d-image-please
2년 초과 전 | 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...
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...
2년 초과 전 | 1
답변 있음
Fill plot with gradient colors
Thank you Dave, that was really useful! Excellent answer =)
Fill plot with gradient colors
Thank you Dave, that was really useful! Excellent answer =)
3년 초과 전 | 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...
3년 초과 전 | 답변 수: 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
3년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
how to label lines on a graph
This might be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
how to label lines on a graph
This might be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
3년 초과 전 | 0
답변 있음
multi bar labeling plot
I would suggest trying this: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
multi bar labeling plot
I would suggest trying this: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
3년 초과 전 | 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
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
3년 초과 전 | 0
답변 있음
How do I format tick labels before R2016b?
Maybe this could be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
How do I format tick labels before R2016b?
Maybe this could be useful: https://www.mathworks.com/matlabcentral/fileexchange/97964-linemarks
3년 초과 전 | 0
답변 있음
Indicate peak value of a signal in matlab plot
You could try this: https://www.mathworks.com/matlabcentral/fileexchange/89491-peaks-and-dips
Indicate peak value of a signal in matlab plot
You could try this: https://www.mathworks.com/matlabcentral/fileexchange/89491-peaks-and-dips
3년 초과 전 | 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...
3년 초과 전 | 답변 수: 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 ...
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 ...
3년 초과 전 | 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 ...
3년 초과 전 | 답변 수: 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...
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...
거의 4년 전 | 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...
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...
거의 4년 전 | 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 ...
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 ...
거의 4년 전 | 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...
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...
거의 4년 전 | 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/...
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/...
거의 4년 전 | 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 ...
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 ...
거의 4년 전 | 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...
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...
거의 4년 전 | 0