Community Profile

photo

MaryM


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Fontsize of a dashboard component after report generation with System Snapshot
Hi, After report generation from my Simulink Model using Report Explorer (more precisely: System Snapshot) I found too large fo...

5 years ago | 0 answers | 0

0

answers

Question


Is the C-compiler required when using blocks of Simulink Support Package for LEGO Mindstorms EV3 Hardware?
Hi, I wonder if we need to install C-compiler in order to deploy the code to LEGO EV3 hardware using the Support Package, or if...

6 years ago | 0 answers | 0

0

answers

Question


Question about the implementation of the FFT function
There is an ambiguity for me in the FFT function implementation. I would like to know why there are two kinds of fft() fills: ff...

6 years ago | 1 answer | 0

1

answer

Question


Question about DFT and FFT comparision
I am interested about FFT scaling in MATLAB, so I have studied discussion in https://www.mathworks.com/matlabcentral/answers/157...

6 years ago | 2 answers | 0

2

answers

Solved


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

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago