Community Profile

photo

Eydrian


Universität Zürich

Active since 2013

Statistics

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 3
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • 求解器

查看徽章

Content Feed

查看

Submitted


不会用/ edf-converter
Converts EyeLink 1000 Edf files into a MATLAB structure

4 years ago | 9 downloads |

Answered
鼠标光标/指针仅在全屏模式下看不见
cogent is a third party toolbox. You are trying to mix it with matlab graphic properties, this will never result in something us...

7年前|1

Submitted


Generate a HTML Calendar template
Generate a HTML Calendar template from a given week vector and number of desired consecutive weeks

7年前|2下载|

解决了


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

7年前

解决了


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

7年前

解决了


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

7年前

解决了


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年前

Submitted


v8 native JSON parser
Integration of google v8 engine into matlab to parse a json string to a matlab structure

7年前|1下载|

Submitted


从图像瓷砖创建新图像
Create tiles of an image and creates a new image with random position of the images

7年前|3 downloads |

Thumbnail

Submitted


nginx解析器
将NGINX默认日志文件解析为MATLAB结构

7年前|1下载|

Answered
Matlab can‘t be used in osx10.10 system
Just start MATLAB using the command line There is no need to change SystemVersion.plist e.g.: >>$ /Applications/MATLAB_R2014a...

8年前|0

Submitted


Mouse figure interaction
This example shows how the mouse could be used to change how an image is displayed

9年前|1下载|

Thumbnail

Submitted


Pragmatic PowerPoint to image Converter - Windows
A matlab based function to convert PowerPoint slides to images with a given resolution

9年前|1下载|

Submitted


Deploy pcoded Matlab Files
Creates recursively p-coded files and the associated help text, works also for classes and packages

9年前|1下载|

Thumbnail

Submitted


Values from a column selection index vector
返回从列索引向量选择的数据选择的实际值

9年前|0下载|

Submitted


n permute k
Based on Matt Fig's npermutek this function returns all possible permutations of most matlab classes

9年前|2下载|

Thumbnail