
Jakeb Chouinard
Student at the University of Waterloo
Statistics
RANK
1.553
of 262.740
REPUTATION
30
CONTRIBUTIONS
1 Question
11 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
3
RANK
of 17.989
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Solved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
11 Monate ago
Error with a plot
For removing the spikes, I would recommend looking into the function filloutliers. Since your data isn't meant to be terribly co...
etwa ein Jahr ago | 0
How to arrange data
You could likely extract and concatenate this data using a for loop or two, but a more elegent solution may be in using struct2c...
etwa ein Jahr ago | 0
| accepted
how to zoomed plot in same figure
This quesiton has no description of the problem. That said, based on the title and the code shown, the only assumption I can mak...
etwa ein Jahr ago | 0
Error Concatenating multiple tables
Since I can't see what exactly is within these tables, I'll take a shot in the dark: This could be due to the data-types within...
etwa ein Jahr ago | 1
| accepted
Making a sum into a for loop
I'm not entirely sure of the data you're working with, but I can make the suggestions below: In a for loop, you can iteratively...
etwa ein Jahr ago | 1
| accepted
Why do logical indices implicitly reshape? Is there a workaround?
Assuming that modifying A is not allowed, I think you're close to the most simple way to do what you need. You could also do so...
etwa ein Jahr ago | 0
| accepted
How to measure smoothness of a signal
I'm going to make an assumption that the functions have the same domain and are meant to represent the same thing. My suggested...
etwa ein Jahr ago | 0
how to add a number in a variable in a multiple?
If I may direct you to the MATLAB documentation for repelem, you should be able to find exactly what you're looking for. Repelem...
etwa ein Jahr ago | 1
| accepted
Accessing properties in a class
Since static methods refer to the class as a whole rather than its instances, I don't believe you would be able to set propertie...
etwa ein Jahr ago | 0
Match Sorting Recursion Error
Found the problem: The middle line below was missing in the original code, and as a result, it would return no values.
etwa ein Jahr ago | 0
| accepted
Question
Match Sorting Recursion Error
Hi all, I'm somewhat new to recursion using Matlab, and I'm running into an error using R2021a. The controlling code is written...
etwa ein Jahr ago | 1 answer | 0