Community Profile

photo

Anders Sollander

Last seen: 10일 전 2013년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • GitHub Submissions Level 2
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

제출됨


matlab-azure-cli
A MATLAB Interface to the Azure CLI

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

제출됨


MATLAB Interface for AWS Athena
MATLAB Interface for AWS Athena

거의 4년 전 | 다운로드 수: 2 |

채널


TestMPSStream
Sending data in here via AkkaStreams and MPS

거의 6년 전

제출됨


RF24 Simulink Library for Arduino and Raspberry Pi
A Simulink library for communicating via the RF24 Mesh library

대략 7년 전 | 다운로드 수: 4 |

Thumbnail

채널


SoundLevel_Results
A channel that we only write to from within ThingSpeak

대략 7년 전

채널


SoundLevel_5
The channel for sensor 5

대략 7년 전

채널


SoundLevel_4
The channel for sensor 4

대략 7년 전

채널


SoundLevel_3
The channel for sensor 3

대략 7년 전

채널


SoundLevel_2
The channel for sensor 2

대략 7년 전

채널


SoundLevel_1
The channel for sensor 1

대략 7년 전

답변 있음
stm32f4xx.h missing
After you've installed the support package, you will have to do a setup. Go to the support package entry in the Add-Ons explorer...

대략 7년 전 | 1

제출됨


Using Legacy Code with MATLAB Coder
Some examples on building MATLAB code with existing C code

7년 초과 전 | 다운로드 수: 2 |

채널


Office temperature (slow sample)
Takes the temperature from channel 137453 and down samples it.

거의 8년 전

채널


Office climate
The temperature of my office in Aachen. Slow sampled version here: https://thingspeak.com/channels/137880

거의 8년 전

채널


rf24-sl-libs
Testing some stuff

거의 8년 전

채널


StepChallenge-Anders
Just goofing around ...

대략 8년 전

채널


Leader board
Announce the top 3 leaders on this board

8년 초과 전

채널


ccc
CCC - ID 0341 (225)

8년 초과 전

채널


bbb
BBB

8년 초과 전

채널


HomeTemp
Just taking temperature from Arduino and sending to ThingSpeak

8년 초과 전

문제를 풀었습니다


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

거의 9년 전

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

거의 9년 전

답변 있음
Code Generation-Building standalone executable of Simulink model from command line
>> doc slbuild

9년 초과 전 | 1

| 수락됨

문제를 풀었습니다


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

거의 11년 전

문제를 풀었습니다


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

거의 11년 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

거의 11년 전

문제를 풀었습니다


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

거의 11년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 11년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 11년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 11년 전

더 보기