Andreas Justin - MATLAB Central
photo

Andreas Justin


Last seen: 13 days 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB AnswersFile ExchangeCodyFrom 03/13 to 04/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 个提问
7 个回答

File Exchange

2 文件

Cody

0 个问题
2 个答案

排名
4,794
of 298,292

声誉
10

贡献数
3 个提问
7 个回答

回答接受率
66.67%

收到投票数
1

排名
5,460 of 20,560

声誉
230

平均
5.00

贡献数
2 文件

下载次数
4

ALL TIME 下载次数
1331

排名
85,005
of 160,775

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已提交


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

4 years 前 | 3 次下载 |

4.9 / 5
Thumbnail

已解决


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

7 years 前

已解决


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

7 years 前

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

7 years 前 | 0

| 已接受

已提交


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

8 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已回答
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...

8 years 前 | 0

| 已接受

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
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...

11 years 前 | 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...

11 years 前 | 0

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

11 years 前 | 0

| 已接受

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 2 个回答 | 0

2

个回答

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

12 years 前 | 1

| 已接受

已回答
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...

12 years 前 | 0