Community Profile

photo

Alec Jacobson


University of Toronto

Last seen: 28일 전 2016년부터 활동

통계

All
  • Thankful Level 1
  • Knowledgeable Level 1
  • Revival Level 1
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • GitHub Submissions Level 1
  • First Submission
  • First Answer

배지 보기

Content Feed

보기 기준

질문


Why does abs cause bad matlabfunction evaluation?
If I run x = sym('x','real'); y = sym('y','real'); f = abs(((x - 1)^2 + y^2)^(1/2) - 1)^2 + ((x^2 + y^2)^(1/2) - 1)^2; d2fdx...

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

3

답변

답변 있음
Weird behavior regarding pi in symbolic expressions
@Walter Roberson's syms pi Pi = sym('pi'); answers aren't 100% satisfying because they are not really associating that variab...

8개월 전 | 0

질문


Why does converting in and out of LongBits introduce error?
In Java, double value = 0.007168281523489443; double res = java.lang.Double.longBitsToDouble(java.lang.Double.doubleToLongBi...

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

1

답변

질문


How to imshow to display colors consistently with other mac apps?
This appears to be a long standing issue but the question from 2015 didn't make much progress or reproduce easily. Here's what I...

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

0

답변

질문


Matlab equivalent of Maple's remove_RootOf
I have a symbolic expression of the form root(…). I'd to recover the operand as a symbolic expression itself. I believe this wou...

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

1

답변

답변 있음
Discrete Laplacian on a triangle mesh
L discretizes the integrated discrete Laplacian in the sense that: x' * L * x discretizes Dirichlet energy: ∫ ‖∇x‖² dx. Via Gre...

2년 초과 전 | 0

| 수락됨

답변 있음
Using print to export matlab figures to pdf: How to KEEP borders (and not crop them)
This question has been asked many times with zero answers that I could find. Here's a hacky partial work around for 2D plots whe...

3년 초과 전 | 0

질문


MATLAB 2020b does not reload .m file edited outside of matlab until after running
I typically edit .m files outside of the matlab ide (using vim). Up until 2020b this was never an issue. In 2020b, if I make a c...

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

1

답변

질문


Is it possible to recover *the* decomposition that's ultimately employed by mldivide (backslash)?
If I issue: spparms('spumoni',1); A\b; Then I can see the decision made by mldivide on how to solve against A. In my case it ...

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

1

답변

답변 있음
Trouble reading csv file
I ran into this issue copy-pasting data in excel into a new sheet and saving as .csv. Seems on mac, this maneuver triggers Exce...

대략 4년 전 | 0

답변 있음
Wait a boolean variable becomes false
The accepted answer will cause your CPU to spin (wasting precious power and computational resources). Instead, I found a "hack"...

거의 5년 전 | 0

답변 있음
Can imread input animated gifs written using imwrite?
It seems like this is broken ... on purpose. In /Applications/MATLAB_R2017a.app/toolbox/matlab/imagesci/private/readgif.m...

거의 7년 전 | 1

질문


Can imread input animated gifs written using imwrite?
I've written an animated gif test.gif using imwrite: sphere frame = getframe(gcf); [SIf,cm] = rgb2ind(frame.cdata,256...

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

1

답변

답변 있음
In MATLAB, how do I obtain information about my screen resolution and screen size?
On my macbook air, if I issue On my macbook air, if I issue set(0,'units','pixels') get(0,'ScreenSize') I get ...

7년 초과 전 | 0