Community Profile

photo

Andres


Last seen: 5일 전 2009년부터 활동

통계

All
  • Knowledgeable Level 2
  • Explorer
  • Thankful Level 2
  • First Answer
  • Thankful Level 1
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Scavenger Finisher
  • Solver

배지 보기

Content Feed

보기 기준

제출됨


ticklimits
calculate tick-aligned axis limits with customization

3개월 전 | 다운로드 수: 3 |

Thumbnail

질문


How to enable Editor data tips when editing functions (not scripts, not debugging)?
Once activated in Preferences/Editor/Display (in my R2023b Matlab installation), Editor data tips show up in scripts and whil...

4개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Strange warning how to interpret it?
Note there is now a thread by the MathWorks support team you may want to follow as well Why do I see a StAXDialectDetector warn...

5개월 전 | 0

답변 있음
Segment distance along path (imported from kml) using mapping toolbox
Maybe this somewhat naive approach gives you a start once your road coordinate resolution is high enough and you are okay with c...

6개월 전 | 0

| 수락됨

답변 있음
I'm trying to write 5 for loop cycles with a step
There are many different ways to generate the desired matrix A. You may loop over two variables only and calculate the remaining...

10개월 전 | 0

| 수락됨

답변 있음
Simulation Data Inspector - hide box around selected plot
At least since R2022b the blue box vanished from SDI snapshots, which is great. Screenshot of the SDI window: SDI snapshot o...

1년 초과 전 | 0

제출됨


CATALIGN
cat / concatenate and align (left-, right-justify or center) numbers / text / ... in any dimension with padding

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
How to sum a single column of a cell whose content are vectors
Using cellfun is fine, but use it with the sum function. data = cell(20,2); for i=1:20 data{i,1} = i; data{i,2} = ra...

1년 초과 전 | 0

| 수락됨

질문


Access contributor message threads on MATLAB Central
Today I received an e-mail notification about a message that was sent to me by another contributor via MATLAB Central. There's a...

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

3

답변

답변 있음
yline color in rgb
Hi, the LineSpec argument is limited to some specific line style characters plus color short name characters listed in the docu...

1년 초과 전 | 0

답변 있음
yyaxis: how to get matching ticks on left/right y-axis?
More than I like (major) grid lines in plots I hate grid lines that miss ticks on an axis or that connect to ticks at bad values...

거의 2년 전 | 1

답변 있음
I have to solve for a maximization problemwith greek letters and simplify the expression but I don't know how to proceed
To simplify expressions you need the Symbolic Math Toolbox in Matlab https://de.mathworks.com/help/symbolic/simplify-symbolic-e...

거의 2년 전 | 0

제출됨


yyaxis tools
yyzoom, yytick, yyaxtoolbar – enhanced zooming, ticks, and interactive exploration of yyaxis charts

거의 2년 전 | 다운로드 수: 10 |

Thumbnail

답변 있음
How do I make both yyaxis axes zoom together?
I have uploaded a solution (yyzoom) to the File Exchange, https://www.mathworks.com/matlabcentral/fileexchange/102945-yyaxis-to...

2년 초과 전 | 0

질문


Can we disable/reduce Editor font smoothing (R2021b)?
Is there a way to disable or reduce font smoothing / antialiasing in the Matlab Editor? I know there are somewhat related quest...

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

1

답변

제출됨


txt2mat
fast and versatile ascii data import capable of handling large text files

2년 초과 전 | 다운로드 수: 15 |

제출됨


makergb
multidimensional numeric RGB color array from mixed inputs

2년 초과 전 | 다운로드 수: 1 |

Thumbnail

답변 있음
Reading mixed format data containing both text and numbers from a '.txt' file in matlab
Less textbook, but as you are only interested in the numeric data rows, you may use txt2mat from the file exchange, https://www...

2년 초과 전 | 1

답변 있음
Preventing Matlab/Simulink to Generate a Huge Temporary File
I have written some shortcut code to view and clear the SDI repository files and added it as a favourite command to my Quick Acc...

2년 초과 전 | 2

답변 있음
Construct a 'Bubble Plot' from a matrix
Hi, bubblechart https://de.mathworks.com/help/matlab/ref/bubblechart.html should help you with that.

거의 3년 전 | 0

답변 있음
What frustrates you about MATLAB? #2
The year is 2020, and although Matlab may do a good job with autoparallelization, I find it frustrating that parfor, parsim etc....

3년 초과 전 | 4

문제를 풀었습니다


Return elements unique to either input
Given two numeric inputs a and b, return a row vector that contains the numbers found in only a or only b, but not both. For ex...

3년 초과 전

답변 있음
Access subset of elements in a cell
When typing C{2,:}(:,2:4) you are probably getting the error message "Expected one output from a curly brace or dot indexing ...

거의 4년 전 | 0

| 수락됨

질문


Simulation Data Inspector - set axes limits programmatically
I like to use the Simulation Data Inspector in Simulink to display simulation results. Is there a way to set the plot axes limit...

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

2

답변

질문


Simulation Data Inspector - hide box around selected plot
I like to use the Simulation Data Inspector in Simulink to display simulation results. When I take a snapshot of the entire plot...

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

2

답변

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7년 초과 전

답변 있음
MATLAB array size limit error - why?
Thanks for your answer ( <http://de.mathworks.com/matlabcentral/answers/249344#answer_196434 Link>), Walter. The error first occ...

8년 초과 전 | 1

질문


MATLAB array size limit error - why?
I am receiving an unexpected error because of an array allegedly exceeding the maximum array size limit with a non-double type v...

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

2

답변

질문


How to suppress the editor's automatic code analysis checking the filename?
Hi everyone, the Matlab R2013b editor's automatic code analysis now displays an error (red sign) at the end of the file if th...

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

1

답변

제출됨


index or subscript in datatip
displays linear index (for vectors) or subscript (for arrays) of plotted data within the datatip

13년 초과 전 | 다운로드 수: 5 |

Thumbnail

더 보기