Ankit
Followers: 0 Following: 0
Statistiques
0 Questions
5 Réponses
RANG
7 497
of 295 569
RÉPUTATION
6
CONTRIBUTIONS
0 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
File is not found in current folder or on the Matlab path.
Hello! It sounds like there may be an issue with your MATLAB path settings. Here are a few things you can try: Check your curr...
plus d'un an il y a | 1
how to fetch data from excel and store it in another excel file
% Read data from input Excel file [data, headers] = xlsread('input_file.xlsx'); % Manipulate the data as required new_data = ...
plus d'un an il y a | 0
Electical to optical conversion
it may requre more informationbut you may use the following code % Define parameters f = 10e9; % Electrical signal frequency ...
plus d'un an il y a | 0
Smoothing a distribution curve
You can use smooth function. https://uk.mathworks.com/help/curvefit/smooth.html
plus d'un an il y a | 1
Find coordinates at the midpoint of a line.
line=[x1 y1;x2 y2] line=[0 0;10 50]; mid_pt=mean(line)
presque 2 ans il y a | 0