![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7651051_1522122557906_DEF.jpg)
Abel Szkalisity
University of Helsinki
Followers: 0 Following: 0
Statistics
RANK
8 014
of 297 016
REPUTATION
6
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
4
RANK
15 138 of 20 419
REPUTATION
11
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
87
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
how to specify java heap size on cluster?
You may want to check out this post: https://se.mathworks.com/matlabcentral/answers/74296-change-java-heap-memory-settings-witho...
ungefär 4 år ago | 2
Create a GUI (which aim to show and change a list of variables) dynamically based on the number of variables
In case you need this many times you could also check out my dynamic settings GUI tool here: https://se.mathworks.com/matlabcent...
mer än 4 år ago | 0
Solved
Convert this color - RGB Vector to Hex String
Given a 3 element RGB vector corresponding to a color (given by the MATLAB color spec <http://www.mathworks.com/help/matlab/ref/...
mer än 4 år ago
Submitted
matlab_settings_gui
A small framework to simply ask input from users in a GUI.
mer än 4 år ago | 1 download |
Solved
Birthday cake
It's Cody's 5th birthday, and you've been tasked with putting the candles on the cake. Your goal is to maximize the distance bet...
ungefär 5 år ago
Question
How to insert and retrieve text with special characters from SQLite Matlab interface?
I have been struggling recently a lot with trying to insert and retrieve text from a database with SQLite connection with specia...
ungefär 5 år ago | 1 answer | 2
1
answerSolved
Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...
ungefär 6 år ago
Solved
Acid and water
⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ Assume that there is a 100 liter tank. It is initially fi...
mer än 7 år ago
Solved
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
mer än 7 år ago
Solved
How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...
mer än 7 år ago
Solved
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
mer än 8 år ago
Solved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
mer än 8 år ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
mer än 8 år ago
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
mer än 8 år ago
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...
mer än 8 år ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
ungefär 9 år ago