Kris Fedorenko - MATLAB Central
photo

Kris Fedorenko

MathWorks

Last seen: 28 jours il y a Actif depuis 2017

Followers: 1   Following: 0

Statistiques

All
MATLAB AnswersCodyFrom 08/17 to 03/25Use left and right arrows to move selectionFrom 08/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
21 Réponses

Cody

0 Problèmes
3 Solutions

RANG
356
of 297 527

RÉPUTATION
232

CONTRIBUTIONS
0 Questions
21 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
101

RANG
 of 20 454

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
71 912
of 159 075

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Solver
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to work with Aperio svs file in MATLAB
In case people are still referring to this old post - reading SVS images with JPEG2000 compression is now supported in R2020b: ...

plus de 4 ans il y a | 2

Réponse apportée
R2018b / R2019a runs very slow on macOS 10.14
There were instances of similar behavior in R2018b caused by the Magnet app. Turning it off should resolve the issue. Alternativ...

plus de 6 ans il y a | 58

| A accepté

Réponse apportée
laggy issue of code editor in R2018b
There were instances of similar behavior in R2018b caused by the Magnet app. Turning it off should resolve the issue. Alternativ...

plus de 6 ans il y a | 17

Réponse apportée
VideoReader framerate is not matching total number of frames
I believe "FrameRate" is not guaranteed to be constant throughout the playback. This should give you a more accurate value: ...

environ 7 ans il y a | 0

Réponse apportée
Find specific files based on sections of file name
Function dir with a wildcard (*) might be somewhat helpful. For example fstruct = dir('*_CAN_*.csv') would return a str...

environ 7 ans il y a | 12

| A accepté

Réponse apportée
[generated code] create figure function: missing input arguments
Hi Vuc, Here is a quick and dirty answer, I hope it helps. xdata1, ydata1, zdata1 in the createfigure1 function correspo...

environ 7 ans il y a | 0

Réponse apportée
How do I import a complicated .txt file?
I would suggest copy-pasting each segment into a separate Excel file and using the "Text to Columns" functionality: <https://...

environ 7 ans il y a | 0

Réponse apportée
Extract clusters info from dendrogram as a matrix
Hello Robert, I am unable to see the image, but sounds like you might find functions like <https://www.mathworks.com/help/...

environ 7 ans il y a | 1

| A accepté

Réponse apportée
convert for into parfor
Hi! If I understand your question correctly, you would like to parallelize working with each value from MyVariable, i.e. turn...

plus de 7 ans il y a | 1

Réponse apportée
evfit Gumbel parameters alteration for maxima distribution
Hi Chris! It depends on what you need the location parameter for. Keep in mind that Gumbel maximum distribution is basically ...

plus de 7 ans il y a | 2

Réponse apportée
help browser does not show figure
Hi Hiroyuki! It is possible the issue is caused by the html renderer used by MATLAB to view the Help browser. You can use t...

plus de 7 ans il y a | 1

| A accepté

Réponse apportée
Curve fitting toolbox issue: custom equation produced imaginary part
Hi Methawi! I was not able to reproduce your error using the " <https://www.mathworks.com/help/curvefit/fit.html#bto2vuv-11 f...

plus de 7 ans il y a | 0

Réponse apportée
how to Add two arrays representing integers base B--Test+function?
Hi Ekram! Element-wise addition of two vectors (of the same length) can be achieved simply by using the " <https://www.mathwo...

plus de 7 ans il y a | 0

Réponse apportée
Mapping objects on a table onto MATLAB grid using HC-SR04 ultrasonic sensors with Arduino
Hi Ammar, If I understand your question correctly, you would like to be able to represent detected objects as a grid. I think...

plus de 7 ans il y a | 0

Réponse apportée
Surf with shading interp, not interpolating sometimes.
Hi! I believe the issue is with the NaN values. The shading interp command only dictates how the colors are shown for the exi...

plus de 7 ans il y a | 1

Réponse apportée
U-net for image segmentation
Hi Joseph, According to the documentation of u-net, you can download the ready trained network, the source code, the matlab...

plus de 7 ans il y a | 2

Réponse apportée
trying to convert IDL codes to MATLAB
As dpb said above, you can use a while loop instead of "goto", which does not exist in MATLAB. Here is one possible example of h...

plus de 7 ans il y a | 0

| A accepté

Réponse apportée
error when trying to generate confusion matrix from a trained convolutional neural network
Hi Pierre! I think you might want to use " <https://www.mathworks.com/help/stats/confusionmat.html confusionmat> " instead, w...

plus de 7 ans il y a | 1

| A accepté

Réponse apportée
hi, i am trying to plot my eeg dataset with and without filter.The plots which i got after applying butterworth filter is in an amplified form.i am attchng image (with filter) and code for plotting eeg(without filter).pls help me
Hi Nirmal! I do not have a lot of domain knowledge in this area, but based on the <https://www.mathworks.com/help/signal/re...

plus de 7 ans il y a | 0

Réponse apportée
how to apply Gaussian filter to imported data (two columns: x and y)
Hi Tian! I am not sure if I quite understood all of your question, but here is what I think you want to do: # import two c...

plus de 7 ans il y a | 3

Réponse apportée
How to make a matrix of data to put into gmdistribution from seperate sound files?
Hi Jonathan! You should be able to read in your audio files in MATLAB using "audioread". This will give you the audio data (m...

plus de 7 ans il y a | 0

| A accepté