photo

Keerthi Reddy


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
8 Answers

RANK
8,238
of 300,499

REPUTATION
6

CONTRIBUTIONS
0 Questions
8 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Matlab Script to automate SolidWorks Operations
Hi Abu, It is possible to automate SolidWorks operations using MATLAB. SolidWorks provides an API called SolidWorks API that al...

2 years ago | 1

Answered
Do you have a 'Matlab diary' equivalent in C or other interpreter language like TCL?
Hi Seetha Rama Raju, MATLAB provides a built-in diary function that records command window output, whereas other interpreted la...

2 years ago | 0

Answered
Im having a ASCAT satellite data and i need to regrid 500m resolution data to 2.225 km .
Hi Amrutha, here is a sample code which you may use, but please, make sure to add necessary changes wherever required. % Load ...

2 years ago | 0

Answered
find the projection of a image
Hi Stalin, To identify the projection of a medical image in MATLAB, you can use an image processing technique. Here is a gener...

2 years ago | 0

Answered
How do I resolve the Index exceeds array elements?
Hi Madhura, The error "Index exceeds number of array elements" occurs when you try to access an element in an array using an i...

2 years ago | 0

Answered
What the calc is this?
Hi Matheus, It is my understanding that you want to know what the above-mentioned calculation represents. Here is the answer: ...

2 years ago | 0

Answered
How do I Broaden Peaks in the Frequency Domain?
Hi Lance, as you want to broaden the frequency domain without directly multiplying the time signal by a “sinc” function, you can...

2 years ago | 0

| accepted

Answered
Image division for segmentation
Hi Pablo, in MATLAB, you can use the regionprops function to divide a binarized image into parts for segmentation. Here is the ...

2 years ago | 0