photo

Saravanan Sengottuvel


Active since 2021

Followers: 0   Following: 0

I am a PhD student.

Programming Languages:
MATLAB

Statistics

All
MATLAB Answers

1 Question
3 Answers

Cody

0 Problems
1 Solution

RANK
4,127
of 297,457

REPUTATION
12

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
97,260
of 158,938

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

3 years ago

Answered
I want to make a 3-D surface plot without contour lines of the function but I keep receiving a Matrix dimensions must agree error
x = linspace(1,10,1000); y = linspace(1,10,1000); z = peaks(exp(2*(x-1).^2+(y+2).^2)); peaks(25); colormap(pink) % change...

4 years ago | 1

| accepted

Answered
Rename of multiple files
letter = 'a':'x'; blue1 = '00'; blue2 = '30'; i = 1; arr = linspace(1, 480, 480); for id = 1:10 % loop for red number (1 t...

4 years ago | 0

| accepted

Answered
Rename of multiple files
Get the name of all files with .txt extension in a directory files = dir('*.txt'); Run a loop over the collected file names f...

4 years ago | 1

Question


Matlab can't load .mat or .fits files from OneDrive
I have few data sets, say, fileA.mat (< 1 GB), fileB.mat (2 GB) and fileC.fits (3 GB). I can load and read all the files ...

4 years ago | 0 answers | 0

0

answers