Community Profile

photo

Petorr


Last seen: mehr als ein Jahr vor Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • Thankful Level 1
  • Explorer
  • First Review
  • First Submission
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How do I avoid getting fooled by 'implicit expansion'?
I would like the debugger to automatically highlight where implicit array expansion is taking place. Is that option available? F...

fast 2 Jahre vor | 0

Frage


Using sendmail with gmail oauth2 credentials
I want to send emails programmatically from matlab through gmail, using sendmail. Gmail recently ended support for simple user&p...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How Can I Get the Windows Version Number in a Script?
Just a note, system('ver') can be slow to return (~0.5 seconds in my PC), adding to latency if used in GUI callbacks, etc.

mehr als 4 Jahre vor | 0

Beantwortet
Select specific digits of a number
c = 123.45 for d = [0.01 0.1 1 10 100] round( (mod(c,10*d)-mod(c,d))/d ) end [round() is needed because of binary precis...

etwa 5 Jahre vor | 1

Beantwortet
Windows Crashing during NN training
Try closing the figure. I am getting a matlab crash (win7, r2017b) on the next train() call if I don't close the previous traini...

fast 6 Jahre vor | 0

Beantwortet
How can I segment MRI to generate a 3D model?
SPM12 is a free matlab package that performs automatic extraction of gray matter, white matter, csf, skull, and scalp from T1 we...

etwa 6 Jahre vor | 0

| akzeptiert

Beantwortet
Matlab Screen Size incorrect
I had a similar issue; I think it was because I un-docked my laptop and then re-docked it (I have a dual-monitor display dock), ...

mehr als 6 Jahre vor | 0

Beantwortet
Fitting curve with an exponential function
You might try the Hilbert Transform (see <https://www.mathworks.com/matlabcentral/fileexchange/25505-paddedhilbert this>). Then,...

mehr als 7 Jahre vor | 0

Gesendet


tprintf -- Print to Second Terminal Window
Print lines of text in secondary windows resembling command window.

mehr als 9 Jahre vor | 1 Download |

Thumbnail

Gesendet


circular diff
diff with wrap-around differences, same sized output matrix

mehr als 10 Jahre vor | 3 Downloads |

Thumbnail

Gesendet


List cells in command window with hyperlinks.
Copy and paste the contents of this script into a shortcut. Click for a list of cells with links.

mehr als 10 Jahre vor | 1 Download |

Thumbnail