photo

Svetlana


Higher School of Economics

Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
203,159
of 301,432

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


3D animation in MATLAB
Hello! I was given a task to animate the following figure: u = 0:0.02:1; v = 0:pi/25:2*pi; [u,v] = meshgrid(u,v); ...

11 years ago | 1 answer | 0

1

answer

Question


3D graphics in MATLAB
Hello! Could you help me with an issue? I'm trying to plot this figure: u = 0:pi/5:4*pi; v = 0:0.05:1; X = v.*cos(u)-(1...

11 years ago | 1 answer | 0

1

answer

Question


Computing series in MATLAB
Hello! I wonder if it is possible somehow to force MATLAB to compute ANY series for this function: ((4+3x)/(x+2))^(2x-1) as x...

11 years ago | 1 answer | 0

1

answer

Question


MATLAB Error using .*. Matrix dimensions must agree
Hello! Could you help me with the next? I'm trying to plot a 3d graph writing this: u = linspace(0,pi,60); v =...

11 years ago | 1 answer | 0

1

answer