Community Profile

photo

Andreas Justin


Last seen: 4 Tage vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


GavriYashar/Matlab-Editor-Plugin
FileStructure viewer, Store Bookmarks, Custom KeyBoard Hotkeys, Live Templates, Navigation History

etwa 3 Jahre vor | 5 Downloads |

Thumbnail

Gelöst


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...

etwa 6 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 6 Jahre vor

Beantwortet
saving bookmarks in matlab editor
<https://de.mathworks.com/matlabcentral/answers/303178-store-and-restore-bookmarks-of-editor>

mehr als 6 Jahre vor | 0

| akzeptiert

Gesendet


extend Matlab Editors callback
Extends the editor features. Closing brackets, Operator. Templates, Keyboard Shortcuts

mehr als 7 Jahre vor | 1 Download |

Thumbnail

Beantwortet
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...

mehr als 7 Jahre vor | 0

| akzeptiert

Frage


Store and restore bookmarks of editor
Matlab will delete bookmarks after an editor or matlab has been closed.

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Use 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...

mehr als 10 Jahre vor | 0

Beantwortet
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...

mehr als 10 Jahre vor | 0

Beantwortet
What is happening in this while loop
flag = true while flag flag=0; disp('end of loop'); end see: doc flag

mehr als 10 Jahre vor | 0

| akzeptiert

Frage


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...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
how to set matlab built in Editors Callback
function Matlab_extendEditorFunctionality(activateFlg) %#ok<*NASGU> %#ok<*AGROW> %% -----------------...

etwa 11 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 11 Jahre vor | 0