Statistics
RANK
5,050
of 263,048
REPUTATION
7
CONTRIBUTIONS
3 Questions
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
1,636 of 18,002
REPUTATION
1,056
AVERAGE RATING
4.30
CONTRIBUTIONS
1 File
DOWNLOADS
54
ALL TIME DOWNLOADS
7869
RANK
of 113,971
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
11 months ago | 0
| accepted
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...
2 years ago | 0
Question
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...
2 years ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 1 answer | 3
1
answerTrouble 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...
2 years ago | 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"...
3 years ago | 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...
5 years ago | 0
Question
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...
5 years ago | 1 answer | 0
1
answerIn 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 ...
6 years ago | 0