photo

Björn Skatt


Latronix.se

Last seen: 3일 전 2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Computer vision, Surface analysis, Railway inspection, IoT

통계

All
MATLAB Answers

3 질문
2 답변

File Exchange

1 파일

Cody

0 문제
68 답안

ThingSpeak

2 공개 채널

순위
21,095
of 301,327

평판
2

참여
3 질문
2 답변

답변 채택
33.33%

획득한 표
0

순위
10,407 of 21,234

평판
59

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
592

순위
9,079
of 173,995

참여
0 문제
68 답안

점수
790

배지 수
5

참여
0 게시물

참여
2 공개 채널

평균 평점
85

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • First Submission
  • Revival Level 1
  • First Answer
  • ASEE Challenge Master
  • CUP Challenge Master
  • Promoter
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Method removed from matlab search path occurs in compiled program
When you start up the compiled program, the MCR unpacks all the .m files (encrypted) under the Windows tmp folder. This is a hap...

거의 7년 전 | 0

| 수락됨

질문


Method removed from matlab search path occurs in compiled program
Hi, I have a compiled program running constantly, gathering data in a paper mill. Program starts up and works as expected but a...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


Will Matlab install on windows 10 IoT
Would the Matlab IDE install on a Windows 10 IoT machine, given that: * All other system requirements are ok (https://se.mathw...

8년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


How Many Months Until It's Today Again?
Given a particular date, calculate how many months must pass before that same day of the month occurs on the same day of the wee...

대략 9년 전

채널


Heat
Boilerroom automation

대략 10년 전

문제를 풀었습니다


Determine if a Given Number is a Triangle Number
*Description:* Determine if the elements of an input array are triangle numbers and return the result as an array with the sa...

10년 초과 전

문제를 풀었습니다


How long is the longest prime diagonal?
Stanislaw Ulam once observed that if the counting numbers are <http://en.wikipedia.org/wiki/Ulam_spiral arranged in a spiral>, t...

10년 초과 전

문제를 풀었습니다


Solitaire Cipher
Implement the <http://en.wikipedia.org/wiki/Solitaire_(cipher) solitaire cipher>. Since this is from Wikipedia, I am capturin...

10년 초과 전

문제를 풀었습니다


Find a subset that divides the vector into equal halves
Given a vector x, return the indices to elements that will sum to exactly half of the sum of all elements. Example: Inpu...

10년 초과 전

문제를 풀었습니다


Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....

10년 초과 전

제출됨


thingSpeakWriterClass
Really simple IoT writer tool - adding data bursts, named fields and efficency option

10년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

채널


Matlab thingSpeakWriterClass
Simple test channel to receive data from Matlab ThingSpeakWriterClass (see http://www.mathworks.com/matlabcentral/fileexchange/5...

10년 초과 전

답변 있음
Splash Screen not working, compiled using 2014b
I have the same problem on my Win7-64 system, compiling in MSVC-2013. Did Mathworks get back to you on this?

대략 11년 전 | 0

질문


Matlab IDE on RPi2 Win10
Hi, Did you notice that Microsoft releases Win 10 for free on the Raspberry Pi 2? http://blogs.windows.com/buildingapps/2015...

대략 11년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Function writing test
Tests your ability to write a trivial function.

11년 초과 전

문제를 풀었습니다


Find the biggest empty box
You are given a matrix that contains only ones and zeros. Think of the ones as columns in an otherwise empty floor plan. You wan...

11년 초과 전

문제를 풀었습니다


Spot the outlier
All points except for one lie on a line. Which one is the outlier? Example: You are given a list of x-y pairs in a column ...

11년 초과 전

문제를 풀었습니다


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

11년 초과 전

문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

11년 초과 전

문제를 풀었습니다


How many trades represent all the profit?
Given a list of results from trades made: [1 3 -4 2 -1 2 3] We can add them up to see this series of trades made a profit ...

11년 초과 전

문제를 풀었습니다


Flag largest magnitude swings as they occur
You have a phenomenon that produces strictly positive or negative results. delta = [1 -3 4 2 -1 6 -2 -7]; Marching thr...

11년 초과 전

문제를 풀었습니다


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

11년 초과 전

문제를 풀었습니다


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

11년 초과 전

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

11년 초과 전

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

11년 초과 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

11년 초과 전

문제를 풀었습니다


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

11년 초과 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

11년 초과 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

11년 초과 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

11년 초과 전

더 보기