photo

HAMID


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Engineering Student

Programming Languages:
Python, C#
Spoken Languages:
English, French

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
246,012
of 300,392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Find gradient ascent for 3D surface
I have a 3D surface (x,y,z) plotted using the following code (excel sheet attached): clear; clc; clearvars; % Read table: T =...

4 years ago | 2 answers | 0

2

answers

Question


Line Integral under surface
Here is what I am trying to do (I am relatively new to MatLab): I have a surface defined from an excel sheet (data.csv). This ...

4 years ago | 1 answer | 0

1

answer

Question


How to remove outliers in a 3D surface
I have a 3D surface (see below) construced using surf command based on excel data: T = readtable('https://in.mathworks.com/matl...

4 years ago | 2 answers | 0

2

answers

Question


How to a plot a surface from excel sheet XYZ
I have an excel sheet (attached) and I want to plot a smooth XYZ surface from this data. IMPORTANT NOTE: Originally, both X ...

4 years ago | 1 answer | 0

1

answer

Question


Plot 3D surface from Excel .csv File
Hello, I am trying to plot 3D surface from the attached excel csv file (data.csv). I want the surface to be smooth if possibl...

4 years ago | 1 answer | 0

1

answer