![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27495429_1663121543246_DEF.jpg)
Ankit
Followers: 0 Following: 0
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...
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...
2 years 前 | 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 = ...
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 = ...
2 years 前 | 0
已回答
Electical to optical conversion
it may requre more informationbut you may use the following code % Define parameters f = 10e9; % Electrical signal frequency ...
Electical to optical conversion
it may requre more informationbut you may use the following code % Define parameters f = 10e9; % Electrical signal frequency ...
2 years 前 | 0
已回答
Smoothing a distribution curve
You can use smooth function. https://uk.mathworks.com/help/curvefit/smooth.html
Smoothing a distribution curve
You can use smooth function. https://uk.mathworks.com/help/curvefit/smooth.html
2 years 前 | 1
已回答
Find coordinates at the midpoint of a line.
line=[x1 y1;x2 y2] line=[0 0;10 50]; mid_pt=mean(line)
Find coordinates at the midpoint of a line.
line=[x1 y1;x2 y2] line=[0 0;10 50]; mid_pt=mean(line)
2 years 前 | 0