photo

Abel Szkalisity


University of Helsinki

Last seen: 5 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

1 个提问
2 个回答

File Exchange

1 文件

Cody

0 个问题
13 个答案

排名
8,187
of 299,930

声誉
6

贡献数
1 个提问
2 个回答

回答接受率
100.0%

收到投票数
4

排名
15,121 of 20,845

声誉
12

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
93

排名
32,220
of 166,620

贡献数
0 个问题
13 个答案

评分
141

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • First Answer
  • Thankful Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Review
  • Solver

查看徽章

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

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

5 years 前 | 0

已解决


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

5 years 前

已提交


matlab_settings_gui
A small framework to simply ask input from users in a GUI.

5 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


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

5 years 前

提问


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

5 years 前 | 1 个回答 | 2

1

个回答

已解决


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

7 years 前

已解决


Acid and water
&#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; Assume that there is a 100 liter tank. It is initially fi...

8 years 前

已解决


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

8 years 前

已解决


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

8 years 前

已解决


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.

9 years 前

已解决


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

9 years 前

已解决


Is my wife right?
Regardless of input, output the string 'yes'.

9 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前