Seyyed Mohammad Saeed Damadi
Followers: 0 Following: 0
Statistics
RANK
8,235
of 295,673
REPUTATION
5
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
4
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Question
How to plot the quadratic function surface?
I want to plot when . I wrote the following codes and was wondering if there is a more efficient way with less number of lines:...
6 years ago | 1 answer | 1
1
answerQuestion
Changing block row matrix to block column matrix?
I have a block matrix p = [A B C ...]. I want to change the matrix into a column block matrix without changing the elements of i...
6 years ago | 1 answer | 0
1
answerQuestion
Add two hist3?
I have two hist3 figure as: Ctr = {1.5:0.5:4.5 0.1:0.1:0.9}; hist3([[1;2.7; 3.6], [0.25;.36;.84]],'Ctrs',Ctr); <</matla...
6 years ago | 0 answers | 0
0
answersQuestion
Visualizing density of points?
I have a matrix A with dimension of 288*15581 where 288 is the length of time. Hence, I have 15581 curves. when I plot them I ha...
6 years ago | 2 answers | 0
2
answersQuestion
Selecting specific time from date and time array?
I have a csv file which has been attached. I have imported the two columns in Matlab cell array using the following codes fi...
6 years ago | 2 answers | 0
2
answersHow can I plot the gradient vector of y=f(X) which is perpendicular to the graph?
Axis equal cannot solve the problem. I solved it on my own. Here is the codes: x=-pi:0.2:pi; figure y1=sin(x); plot(x,y1,...
7 years ago | 1
| accepted
Question
How can I plot the gradient vector of y=f(X) which is perpendicular to the graph?
<</matlabcentral/answers/uploaded_files/100877/1.jpg>> To plot the gradient vectors of f(x)=y=sin(x), I plotted z=y-sin(x) co...
7 years ago | 2 answers | 1
2
answersQuestion
Is there any short cut key to change m-files that are open on the editor section?
My question is about changing an open m-file in editor window to the other m-file which is open as well without clicking on the ...
7 years ago | 1 answer | 1