![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4529133_1496221829028.jpg)
Marc Jakobi
Vela Solaris
Followers: 0 Following: 0
Software innovation for the renewable energy sector.
Statistics
RANK
297
of 297 010
REPUTATION
294
CONTRIBUTIONS
41 Questions
114 Answers
ANSWER ACCEPTANCE
80.49%
VOTES RECEIVED
76
RANK
3 495 of 20 418
REPUTATION
434
AVERAGE RATING
4.90
CONTRIBUTIONS
20 Files
DOWNLOADS
30
ALL TIME DOWNLOADS
2681
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
mtype340
Model of a thermal storage tank based on the TRNSYS "MULTIPORT Store-Model" Type 340 by H. Drueck
mer än 3 år ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/ea7c09a8-09ae-4560-ad4d-c7d43b15f52f/71c82fcb-02b6-4892-8361-4f54947993ab/images/1635316077.png)
Submitted
expandaxes
More reliable implementation of the option "expand axes to fill figure"
mer än 5 år ago | 5 downloads |
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/...
mer än 7 år ago | 6
Submitted
Cell resolved Matlab OOP model of a lithium iron phosphate battery pack
Collection of classes stored in a package "lfpBattery".
mer än 7 år ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/62220/versions/1/screenshot.png)
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 ...
mer än 7 år ago | 2
Question
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...
mer än 7 år ago | 1 answer | 0
1
answerSubmitted
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.
mer än 7 år ago | 1 download |
Submitted
shortcut2figtool
function for creating shortcuts to figure toolbar buttons (useful for docked figures)
nästan 8 år ago | 1 download |
Submitted
MrcJkb/tldeccheck
For adjusting the amount of decimals in TickLabels
nästan 8 år ago | 1 download |
Submitted
TODOS
Use tags in code comments to create notes/todos and display links to them in the command window.
ungefär 8 år ago | 1 download |
Solved
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...
mer än 8 år ago
Solved
Vectorizing, too easy or too hard?
Please insert a . before any ^, * or / in the string. That's it!!
mer än 8 år ago
Solved
does it touch ?
given a sentence, tell how much it touches. input : string output : how much it touches touching : a bilabial phoneme d...
mer än 8 år ago
Solved
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...
mer än 8 år ago
Solved
Derive Me Crazy
Given a polynomial, output its derivative. Example: input = [1 0 0] % x^2 output = [2 0] % 2x
mer än 8 år ago
Solved
Marvel or DC?
Given input vector determine if there's a DC value. If there is, output 'DC', else output 'MARVEL'
mer än 8 år ago
Solved
Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...
mer än 8 år ago
Solved
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
mer än 8 år ago
Solved
Solve the Sudoku Row
*Description* A simple yet tedious task occurs near the end of most Sudoku-solving algorithms, computerized or manual. The ta...
mer än 8 år ago
Solved
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...
mer än 8 år ago
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 ...
mer än 8 år ago | 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
mer än 8 år ago | 0
Solved
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 ...
mer än 8 år ago
Solved
Binary
Given a positive, integer n, create a function that returns the respective binary number in the form of a vector. Example: ...
mer än 8 år ago
Solved
Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...
mer än 8 år ago
Solved
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...
mer än 8 år ago
Solved
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 [...
mer än 8 år ago