Community Profile

photo

Pruthvi G


Last seen: 9개월 전 2019년부터 활동

I love M-scripting

통계

All
  • MATLAB Central Treasure Hunt Finisher
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • Revival Level 2
  • Solver
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
How can I add a specific autofilter on a column in the excel file
ActiveSheet.Range('10:10').AutoFilter invoke(ActiveSheet.Range('A1:J10'), 'AutoFilter', 10,... %Field {'True'},... %...

3년 초과 전 | 0

답변 있음
Excel files: how to open, edit, and then close file without causing file to become "Read-Only" in MATLAB
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/71329-delete-excel-workbook-sheets-sheet-1-delete-using-mat...

대략 4년 전 | 0

답변 있음
How can I delete the default sheets Sheet1, Sheet2 and Sheet3 in Excel, when I use XLSWRITE?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/71329-delete-excel-workbook-sheets-sheet-1-delete-using-mat...

대략 4년 전 | 2

답변 있음
How do I delete worksheets in my Excel file using MATLAB ?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/71329-delete-excel-workbook-sheets-sheet-1-delete-using-mat...

대략 4년 전 | 0

답변 있음
Excel Data with Column Names
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/74993-get-sheet-names-from-excel-file %%******************...

대략 4년 전 | 0

답변 있음
How do I determine the names and idicies of worksheets in an Excel file using ActiveX?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/74993-get-sheet-names-from-excel-file %%******************...

대략 4년 전 | 0

답변 있음
How can I open an existing Excel file and communicate with it using ActiveX?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/74993-get-sheet-names-from-excel-file %%******************...

대략 4년 전 | 0

답변 있음
How to get the name of a specified excel sheet?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/74993-get-sheet-names-from-excel-file %%******************...

대략 4년 전 | 0

답변 있음
how to read the Sheet name present in any Excel file ?
Download Link :: https://in.mathworks.com/matlabcentral/fileexchange/74993-get-sheet-names-from-excel-file %%******************...

대략 4년 전 | 2

답변 있음
Finding NaNs in cell array.
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};

대략 4년 전 | 0

답변 있음
Find NaN in a cell array and only delete the NaNs
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};

대략 4년 전 | 0

답변 있음
Remove NaN from doubles within a cell array
ab(cellfun(@(cell) any(isnan(cell(:))),ab))={''};

대략 4년 전 | 0

답변 있음
Delete rows or column with NaN for a cell array
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};

대략 4년 전 | 0

답변 있음
MATLAB limitation in reading from excel ?!
https://support.office.com/en-us/article/excel-specifications-and-limits-1672b34d-7043-467e-8e27-269d656771c3#ID0EBABAAA=Newer_v...

4년 초과 전 | 0

답변 있음
saving excel file as a new sheet in another excel file using matlab
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
Copy an Excel worksheet from one workbook to another with Matlab
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 1

답변 있음
How can I use activex to copy an Excel spreadsheet within the same workbook?
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
How to Cope XLS Worksheet using Matlab
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
Copy XLS Sheet
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
Copy and Paste Excel Sheet into New WorkBook
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
How do I copy and paste excel spreadsheets from one excel file to another?
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
Moving excel sheets within excel file
https://in.mathworks.com/matlabcentral/fileexchange/72901-copy-sheet-from-one-excel-file-to-another-excel-file

4년 초과 전 | 0

답변 있음
Check the license of a toolbox
Run in Command window to get the Version. ver TO get activated licenses please run this command license('test','Database...

거의 5년 전 | 1

| 수락됨

답변 있음
Convert the Contents of matrix array (double) to single number (double) ?
Converted_Vect_Time_report = str2double(sprintf('%d',Vect_Time_style)) ;

대략 5년 전 | 1

| 수락됨

답변 있음
how we write condition in for loop?
Increment of 1 for k = 1:1:j % Increment of 1 % do operations end Increment of 2 for k = 1:2:j % Incr...

대략 5년 전 | 0

답변 있음
Rename an inport and outport of Subsystem
Use below code to Get what ever Output you wanted. If any further clarification needed ping me. % Rename an inport and outport ...

대략 5년 전 | 0

답변 있음
How to delete entire row if any cell of the particular row is empty
Input : Matrix = [[{'a'};{'b'};{'c'};{''};{'b'};{'c'}],[{'a'};{'b'};{''};{'a'};{''};{'c'}],[{'a'};{''};{'c'};{'a'};{'b'};{...

대략 5년 전 | 0

답변 있음
anyway to compare date in Matlab
[~,Data] = dos('dir D:/test/abc.m'); Scanned_data = textscan(Data,'%s'); Date_modified = Scanned_data{1}{15};

대략 5년 전 | 0

답변 있음
How to check the current line (debug)
For finding current line handle https://in.mathworks.com/matlabcentral/fileexchange/70643-gclh-get-handle-of-current-line

대략 5년 전 | 0

답변 있음
How does one identify the current line being evaluated during execution?
For finding current line handle https://in.mathworks.com/matlabcentral/fileexchange/70643-gclh-get-handle-of-current-line

대략 5년 전 | 0

더 보기