MICHAEL MUTWIRI - MATLAB Central
photo

MICHAEL MUTWIRI


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 06/21 to 01/25Use left and right arrows to move selectionFrom 06/21Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
5,972
of 296,405

REPUTATION
8

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

  • First Answer

View badges

Feeds

View by

Answered
Hold on issue for subplots
The subplot has a default of replacing old plot when creating a new plot on the same axis. Add the subplot(abc, 'NextPlot','ad...

3 years ago | 0

Answered
How to draw an arrow using non normalized coordinates?
Create the 'annotation' object for each subplot and edit their properties using dot notation. For the X and Y properties you us...

3 years ago | 2

Answered
How to use secant method to solve two equations
clc;clear;close all % define the function as anonymous f = @(x,t) [460.*cos(x).*t+210.6.*t-25082;460.*sin(x).*t-6248]; % x = t...

3 years ago | 2

Go to top of page