photo

SHUBHAM SINGH CHOUDHARY


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
74,257
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

Feeds

View by

Question


Does anyone have library compiler in there matlab? I want to convert my matlab code into python.
I've attached my matlab code file, if someone have library compiler please convert my matlab file into python. It's really urgen...

5 years ago | 1 answer | 0

1

answer

Question


I want to generate spherical from three given arrays, please help me out.
X=(0:0.02:1); Y=(0:0.02:1); [x,y] = meshgrid(X,Y); %z=rand(size(x))*1000; %z=1e6*ones(size(x)); z=ones(size(x)); x0=mean...

5 years ago | 1 answer | 0

1

answer

Question


How can I create sphere in this code?
X=(0:0.02:1); Y=(0:0.02:1); [x,y] = meshgrid(X,Y); %z=rand(size(x))*1000; %z=1e6*ones(size(x)); z=zeros(size(x)); x0=mea...

5 years ago | 1 answer | 0

1

answer