Marc Jakobi - MATLAB Central
photo

Marc Jakobi


Vela Solaris

Last seen: 約2年 前 2013 年からアクティブ

Followers: 0   Following: 0

Software innovation for the renewable energy sector.

統計

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

41 質問
114 回答

File Exchange

20 ファイル

Cody

16 問題
249 解答

ランク
298
of 297,695

評判
294

コントリビューション
41 質問
114 回答

回答採用率
80.49%

獲得投票数
76

ランク
3,507 of 20,466

評判
435

平均評価
4.90

コントリビューション
20 ファイル

ダウンロード
27

ALL TIME ダウンロード
2686

ランク
697
of 159,380

コントリビューション
16 問題
249 解答

スコア
2,785

バッジ数
10

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Triathlon Participant
  • Scavenger Finisher
  • 3 Month Streak
  • Thankful Level 4
  • Quiz Master
  • Promoter
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission
  • Revival Level 1

バッジを表示

Feeds

表示方法

送信済み


mtype340
Model of a thermal storage tank based on the TRNSYS "MULTIPORT Store-Model" Type 340 by H. Drueck

3年以上 前 | ダウンロード 2 件 |

4.5 / 5
Thumbnail

送信済み


spidentify
Indentifies subplots in figure h

5年以上 前 | ダウンロード 1 件 |

5.0 / 5

送信済み


expandaxes
More reliable implementation of the option "expand axes to fill figure"

5年以上 前 | ダウンロード 4 件 |

5.0 / 5
Thumbnail

回答済み
Run Matlab without Admin rights?
This thread is a bit old, but I had the same problem and just found a solution. It's related to this <https://ch.mathworks.com/...

7年以上 前 | 6

送信済み


Cell resolved Matlab OOP model of a lithium iron phosphate battery pack
Collection of classes stored in a package "lfpBattery".

7年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

回答済み
Matlab R2017b has problems with GIT and the configuration file when starting.
Thanks to Mathworks support: I had my MATLAB_PATH environment variable pointing to jre7 (I had set it manually because of an ...

7年以上 前 | 2

質問


Matlab R2017b has problems with GIT and the configuration file when starting.
Hi, When I open Matlab R2017b (after a fresh install), it fails to start GIT and to read the desktop config file. I get the b...

7年以上 前 | 1 件の回答 | 0

1

回答

送信済み


TCP/IP client/server connection between Matlab and IEC 16499 CLIENT/SERVER FBs running on FORTE
The transferred byte-data is automatically translated to the respective data types.

7年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


shortcut2figtool
function for creating shortcuts to figure toolbar buttons (useful for docked figures)

8年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


MrcJkb/tldeccheck
For adjusting the amount of decimals in TickLabels

8年弱 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


TODOS
Use tags in code comments to create notes/todos and display links to them in the command window.

約8年 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


lockPointer
Locks the cursor horizontally or vertically

約8年 前 | ダウンロード 2 件 |

0.0 / 5

解決済み


Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...

8年以上 前

解決済み


Vectorizing, too easy or too hard?
Please insert a . before any ^, * or / in the string. That's it!!

8年以上 前

解決済み


does it touch ?
given a sentence, tell how much it touches. input : string output : how much it touches touching : a bilabial phoneme d...

8年以上 前

解決済み


Multiply a column by a row
* Given a column vector C and and a row vector R. * Output a matrix M. * Every column of M equals to C multiplied by correspon...

8年以上 前

解決済み


Multi-line comments
* Fix the syntax errors.

8年以上 前

解決済み


Derive Me Crazy
Given a polynomial, output its derivative. Example: input = [1 0 0] % x^2 output = [2 0] % 2x

8年以上 前

解決済み


Marvel or DC?
Given input vector determine if there's a DC value. If there is, output 'DC', else output 'MARVEL'

8年以上 前

解決済み


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

8年以上 前

解決済み


I told you not separate me, but you did :( - ACDC
Given input vector, output it's DC and AC value Example: input = 0 1 -1 0 ac = 0 1 -1 0 dc = 0

8年以上 前

解決済み


Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...

8年以上 前

解決済み


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

8年以上 前

回答済み
Colorbar not plotting the right colours
You cannot create a colorbar for bar() graphs in Matlab. What you can do is use a loop to create a separate bar graph for each ...

8年以上 前 | 0

回答済み
How does one save a struct type to an individual cell inside a table?
Have you tried converting the struct to a cell? doc struct2cell

8年以上 前 | 0

解決済み


length of string on cylinder
A cylinder H cm high has a circumference of C cm. A string makes exactly N complete turns round the cylinder while its two ends ...

8年以上 前

解決済み


Binary
Given a positive, integer n, create a function that returns the respective binary number in the form of a vector. Example: ...

8年以上 前

解決済み


Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...

8年以上 前

解決済み


Make sorting matrix without sort function.
It is very valuable for student to simple sorting program because they learn about use of loop and if-statement. Sort given inpu...

8年以上 前

解決済み


Create an index-powered vector
Given a input vector x, return y as index-powered vector as shown below. Example x = [2 3 6 9] then y should be [...

8年以上 前

さらに読み込む