photo

vishant m.


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
72,885
of 300,753

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

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 3

View badges

Feeds

View by

Question


how do you write a conditional struct?
how do you write a conditional struct?

12 years ago | 2 answers | 0

2

answers

Question


if the input (n) is not a number, i need to display an error message
function output=coa08xxx_master(x,n) switch x case 'plotlines'; output=coa08xxx_lines(n); case 'plotfx'; out...

12 years ago | 1 answer | 0

1

answer

Question


when plotting using a master file from 2 different file, the two plots from the 2 different files appear on the same figure?
how do i clear the first plot so the the second plot appears by itself.

12 years ago | 1 answer | 0

1

answer

Question


how to write a changing title in a loop
function data=coa08xxx_lines(n) data=load('xydata'); y=data.Y; u=data.X; ii=ceil(n/3); jj=ceil(n/ii); for k=1:n; ...

12 years ago | 1 answer | 0

1

answer

Question


i need to plot many plots in a loop function.
function data=coa08xxx_lines(n) load xydata for u=X(:,n) for i=Y(:,n) data= plot(u,i); end end end This cod...

12 years ago | 1 answer | 0

1

answer

Question


hello, have to plot an ineqality and when the solution of the inequality is true matlab has to plot the line at -0.6 instead of 1. what function or code is used in this situation?
x=-1:0.1:2; y1=0.5+((x.*exp(-0.4.*(x.^2))).*sin(x.*2)); plot(x,y1,'-b'); hold on x=-3:0.1:0; y2=10.*cos(-x+pi./2).*sinh((...

12 years ago | 1 answer | 0

1

answer