photo

Ankit


Last seen: mehr als ein Jahr vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
5 Antworten

RANG
8.133
of 300.343

REPUTATION
6

BEITRÄGE
0 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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 = ...

mehr als 2 Jahre vor | 0

Beantwortet
Electical to optical conversion
it may requre more informationbut you may use the following code % Define parameters f = 10e9; % Electrical signal frequency ...

mehr als 2 Jahre vor | 0

Beantwortet
Smoothing a distribution curve
You can use smooth function. https://uk.mathworks.com/help/curvefit/smooth.html

mehr als 2 Jahre vor | 1

Beantwortet
Find coordinates at the midpoint of a line.
line=[x1 y1;x2 y2] line=[0 0;10 50]; mid_pt=mean(line)

fast 3 Jahre vor | 0