Sherif Omran
University of Zurich
Followers: 0 Following: 0
Dr.sc.nat Sherif Omran Signal and image processing engineer
Feeds
已回答
Gold Feb Historical Data From Yahoo Finance
use python yfinance tool instead and export data to csv then read in matlab.
Gold Feb Historical Data From Yahoo Finance
use python yfinance tool instead and export data to csv then read in matlab.
3 years 前 | 0
已回答
Can someone propose some code that will "connect the dots" to produce the correct geometric shapes (i.e., hexagons, pentagons, rectangles) from these points?
Yes, i propose using the least square root used for shortest distance, see the Dijkstra algorithm to connect your dots Implemen...
Can someone propose some code that will "connect the dots" to produce the correct geometric shapes (i.e., hexagons, pentagons, rectangles) from these points?
Yes, i propose using the least square root used for shortest distance, see the Dijkstra algorithm to connect your dots Implemen...
5 years 前 | 0
已提交
exponential curve fitting
Many time it is necessary to fit a curve onto an exponential curve or a gaussian distribution and then it would necessary find t...
6 years 前 | 3 次下载 |
已提交
Create equal loudness contours and convert phons to sons
This script creates the equal loudness contours and converts their unit from phons to sons
6 years 前 | 1 次下载 |
已提交
quadratic equation interpolation
assume you have a quadratic equation y=ax^2+bx+c.This script determines a, b , c
11 years 前 | 2 次下载 |
已提交
Kruskal Wallis statistics calculation for equal data
This code calculates the Kruskal Wallis statistics given for 2 datasets with equal length > 5
13 years 前 | 1 次下载 |