Community Profile

photo

Daniel Frisch


Last seen: 7 mois il y a Actif depuis 2014

Followers: 0   Following: 0

Contact

Statistiques

All
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
How do I obtain bold formatted mathematical expressions in MATLAB using LaTeX?
With the LaTeX command \mbox{} you can also mix bold and non-bold symbols in one single equation: text('position',[0.5 0.5],'...

presque 3 ans il y a | 5

A répondu
Are there any scaling problems if i run matlab on a 4k laptop
For me it worked totally fine with this anwer here!! https://stackoverflow.com/questions/50996186/4k-screen-resolution-support...

environ 3 ans il y a | 0

A soumis


deterministicGauss1D() – Deterministic Gaussian Samples
Optimally placed samples of the standard normal density in the scalar case

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A soumis


plotScalingInfo – Add scaling / dimensioning arrow to plot
Draws a true to scale arrow that shows the scaling. Useful when y axis tick labels are to be omitted.

plus de 3 ans il y a | 1 téléchargement |

Thumbnail

A répondu
depfun recursion for complete list of functions
This function copies all dependencies into a single folder: https://de.mathworks.com/matlabcentral/fileexchange/82768-copy_depe...

plus de 3 ans il y a | 0

A répondu
Export Dependencies - command line function?
This function finds all dependency code files and copies them into a single folder (that you can also zip afterwards): https://...

plus de 3 ans il y a | 0

A répondu
How do I obtain a dependency report for all MATLAB files within a directory?
This function also uses the Matlab dependency report internally and then copies all the files into a single folder, which may be...

plus de 3 ans il y a | 0

A répondu
How can I identify the dependencies of a MATLAB program?
This function finds all dependencies and directly copies them to a folder: https://de.mathworks.com/matlabcentral/fileexchange...

plus de 3 ans il y a | 1

A soumis


copy_dependencies
Copies all external code files necessary to run a script into a subfolder.

plus de 3 ans il y a | 7 téléchargements |

A répondu
how to obtain the frequencies from the fft function
easyFFT is not part of Matlab itself, but you have to download it and put the path where it is located to Matlab's path, for exa...

plus de 3 ans il y a | 1

A répondu
Is it possible to store the intermediate values of fmincon?
Use my function outputFcn_global.m as 'OutputFcn' for this. It stores all intermediate results in a global variable, and you ...

plus de 3 ans il y a | 0

A répondu
Saving intermediate population during GA
You can use my function outputFcn_global to store all intermediate results in a global variable, and easily inspect them late...

plus de 3 ans il y a | 0

A répondu
How to get values for each iteration on optimization toolbox
You can use my function outputFcn_global.m It stores the intermediate results in a global variable so you can inspect it lat...

plus de 3 ans il y a | 0

A répondu
Intermediate variables value at the optimisation achievement
You can use my function outputFcn_global for this purpose. It stores the intermediate results in a global variable, so you c...

plus de 3 ans il y a | 0

A répondu
how to store the intermediate result when using fmincon
You can use my function outputFcn_global that saves all the intermediate results in a global variable, so you can inspect them l...

plus de 3 ans il y a | 0

A soumis


outputFcn_global
OutputFcn for Matlab Optimizers to capture intermediate optimization results.

plus de 3 ans il y a | 16 téléchargements |

Thumbnail

A répondu
how to obtain the frequencies from the fft function
You can use my little tool easyFFT. It automatically calculates the frequency vector in addition to the FFT.

plus de 3 ans il y a | 0

A répondu
how to create the frequency vector on FFT
You can use my little tool easyFFT. It calculates & returns the frequency vector along with the FFT.

plus de 3 ans il y a | 0

A répondu
frequency vector in a fft
You can use my little function called easyFFT that does exactly that for you: it calculates & returns a frequency vector along w...

plus de 3 ans il y a | 0

A soumis


easyFFT
Easy-to-use Fast Fourier Transform

presque 4 ans il y a | 11 téléchargements |

Thumbnail

A répondu
3D matrix multiplication
Matrix multiplication can also be expressed using native Matlab code (times and sum): % A : (a x c x Z) % B : (c x b x Z) Ap ...

environ 4 ans il y a | 2

A soumis


daniel-frisch-kit/plot-ecg
Quickly zoom & scroll through your signal. Apply digital filter and adapt it on the fly, via GUI

plus de 5 ans il y a | 2 téléchargements |

Thumbnail

A soumis


point2trimesh( ) — Distance Between Point and Triangulated Surface
Distance between a point and a triangulated surface in 3D. Can insert the nearest point as vertex.

plus de 7 ans il y a | 21 téléchargements |

Thumbnail

A soumis


reconstruct_FFT - Upsampling and Interpolation
reconstruct_FFT fills in zeros and performs an ideal lowpass filtering at the nyquist frequency.

presque 8 ans il y a | 1 téléchargement |

Thumbnail

A répondu
Streamslice at different plane
I had the same problem with an electrical field Ex, Ey, Ez and contacted the Mathworks support. They gave me this comprehensive ...

plus de 9 ans il y a | 0