Community Profile

photo

Alex Pedcenko


Last seen: 11 jours il y a Actif depuis 2017

Followers: 0   Following: 0

Contact

Statistiques

All
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • Thankful Level 2
  • Knowledgeable Level 1
  • Commenter
  • Promoter
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

A répondu
Removing Unwanted data from a bunch of data
It is because the number of data points is not exactly the same in all the curves, "missing" points are padded as zeros. E.g. l...

presque 4 ans il y a | 2

| A accepté

A répondu
Removing Unwanted data from a bunch of data
I think you need to split your [n x 2] data array into separate curves, then perform find on all curves when e.g. y-value exceed...

presque 4 ans il y a | 1

Question


Will MATLAB Live editor ever support spellcheck?
It is quite frustrating when writing documents in MATLAB Live editor to find there is no spellcheck facility.

presque 4 ans il y a | 3 réponses | 2

3

réponses

A répondu
Randomization in Matlab Grader
There is a way to achieve some level of individualisation in Grader. Unfortunately it is not possible to generate problem descri...

presque 4 ans il y a | 3

A répondu
Gtk-Message: 10:32:31.466: Failed to load module "canberra-gtk-module"
this is not the "problem"

plus de 4 ans il y a | 0

A répondu
Function call in ode45 does not work?
it looks like there are not enough arguments to ode45 [t,y] = ode45(odefun,tspan,y0) if you give odefun and all 4 inputs t...

plus de 4 ans il y a | 0

A répondu
Formulation to Matlab code
seems OK

plus de 4 ans il y a | 0

A répondu
How to export figures as pdf without truncated borders.
This seems to happen when you are saving "maximized plot" window to PDF. MATLAB tries to fit figure into portrait page layout (...

plus de 4 ans il y a | 1

Question


why "MATLAB Support Package for Android Sensors" is not available any more????
why "MATLAB Support Package for Android Sensors" is not available any more????

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


1D matrix addition weirdness
>> ones(5,1)+ones(1,5) ans = 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

A répondu
How do I plot a toroid in MATLAB?
R=5; % outer radius of torus r=2; % inner tube radius th=linspace(0,2*pi,36); % e.g. 36 partitions along perimeter of the tu...

plus de 6 ans il y a | 8