photo

Jonathan Soucy


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
75,563
of 300,343

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Putting points into groups of three to find their centers
For example, if I have points A, B, C, D, how would I be able to find the centers of circle ABC, ACD, ABD, and BCD? I found a f...

3 years ago | 1 answer | 0

1

answer

Question


create a simple .exe file based on a MATLAB code
I have a code in which only requires the user to choose the directory and hit run to generate data in the form of a txt file fro...

6 years ago | 1 answer | 0

1

answer

Question


Remove NaN from doubles within a cell array
For example, how would I get this: ab = {[1 2 NaN 3 4];[1 3 4 NaN 5 6 7 NaN]} to output ab = {[1 2 3 4];[1 3 4 5 6 7]} ...

8 years ago | 4 answers | 0

4

answers

Question


cell to double with mismatched dimensions
Input: a = cell(3,1); a{1,1} = [1 2 3]; a{2,1} = [1 2 3 4]; a{3,1} = [1 2 3 4 5]; Desired output: b = [[1 ...

9 years ago | 1 answer | 0

1

answer

Question


How to select points on a video without using a reference frame?
I have a 30s video file with an array of blinking leds where some leds are blinking faster than other and some are not blinking ...

9 years ago | 0 answers | 0

0

answers