Statistics
RANK
5.059
of 297.046
REPUTATION
10
CONTRIBUTIONS
3 Questions
7 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
5.448 of 20.422
REPUTATION
229
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
2
ALL TIME DOWNLOADS
1326
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
GavriYashar/Matlab-Editor-Plugin
FileStructure viewer, Store Bookmarks, Custom KeyBoard Hotkeys, Live Templates, Navigation History
bijna 4 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/eb6698b8-75b8-4bff-85ac-d93041938754/3b461fbe-5f74-4ff0-ada8-f5b4411c54d4/images/screenshot.png)
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
bijna 7 jaar ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
bijna 7 jaar ago
saving bookmarks in matlab editor
<https://de.mathworks.com/matlabcentral/answers/303178-store-and-restore-bookmarks-of-editor>
meer dan 7 jaar ago | 0
| accepted
Submitted
extend Matlab Editors callback
Extends the editor features. Closing brackets, Operator. Templates, Keyboard Shortcuts
meer dan 8 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/41099/versions/16/screenshot.jpg)
Store and restore bookmarks of editor
This java plugin for matlab stores Bookmarks, and will restore them after reopening an editor or matlab <http://de.mathworks.co...
meer dan 8 jaar ago | 0
| accepted
Question
Store and restore bookmarks of editor
Matlab will delete bookmarks after an editor or matlab has been closed.
meer dan 8 jaar ago | 1 answer | 0
1
answerUse regexp in Matlab to return the value of a variable from a text file
Since it's unanswered, and no answer is accepted. this one using java.util.Properties(), which propably is a nice way to get var...
ongeveer 11 jaar ago | 0
how to modify a text file replacing an existing string with an user-defined string
Something like this? %% Preparing fid = fopen(fullfile('D:\','test.txt'),'w'); fprintf(fid,['function edit(str)',char...
ongeveer 11 jaar ago | 0
What is happening in this while loop
flag = true while flag flag=0; disp('end of loop'); end see: doc flag
meer dan 11 jaar ago | 0
| accepted
Question
Variable Listener, debug if expr == true
Is there a way to start debug when a variable changes to a specific value, and stop where this happens. I don't mean the condit...
bijna 12 jaar ago | 0 answers | 0
0
answersQuestion
how to set matlab built in Editors Callback
I like to extend the matlab editor with a simple function. If i press "(" the a function is called which automatically insert...
bijna 12 jaar ago | 2 answers | 0
2
answershow to set matlab built in Editors Callback
function Matlab_extendEditorFunctionality(activateFlg) %#ok<*NASGU> %#ok<*AGROW> %% -----------------...
bijna 12 jaar ago | 1
| accepted
how to set matlab built in Editors Callback
it's nearly that what i want. it works with this code below (at least on Matlab 8) i used some functios of Yair Altmans edito...
bijna 12 jaar ago | 0