photo

Atom


Last seen: circa un mese fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

56 Domande
0 Risposte

RANK
131.528
of 298.594

REPUTAZIONE
0

CONTRIBUTI
56 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
1

RANK
 of 20.621

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 161.780

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 4
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


F1(u,v)=0,F2(u,v)=0 with 4 parameters a,b,c,d, 3 of which (a,c,d) are given
I have two equations F1(u,v)=0,F2(u,v)=0 with 4 parameters a,b,c,d, 3 of which (a,c,d) are given. For the range b=0.1:0.1:9, I h...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same?
How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same? clear all ...

11 mesi fa | 2 risposte | 0

2

risposte

Domanda


struct to restrict curve in max problem
I have to keep the blue curve for a=1.617915e-01 (black broken line) to a=1.619728e-01. There's a small segment of the curve n...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to make the encircled curve by blue.
How to make the encircled curve by blue. clear all format long set(0,'DefaultAxesFontSize',20); figure; load('H_LC(2)....

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to colour a portion of a curve by red and remaining by black
I want to colour the lower portion of curve by red and broked curve and upper part of the curve by black as shown in the fig att...

11 mesi fa | 2 risposte | 0

2

risposte

Domanda


I want to get a scaled vector field $\vec F=(x^2-x)i+(y^2-y)j$. The Fig should be like the attached Fig:
I want to get a scaled vector field $\vec F=(x^2-x)i+(y^2-y)j$. The Fig should be like the attached Fig: [x,y] = meshgrid...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to plot a curve when x(3,idx) is within a certain range
EDIT: modifies code to just load x, as otherwise there are a lot of warnings. I want to plot a curve when x(3,idx) is whithin t...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


I want to visualize a circle of intersection of a sphere by a plane
I want to visualize a circle of intersection of a sphere x^2+y^2+z^2=1, by a plane x+z=0. N = 20; thetavec = linspace(0,pi,...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


Plot the area of the surface
Plot area of the surface that lies inside The equation can be written in polar coordinate as $r^2=a^2 \sin(2\theta)$ which...

oltre un anno fa | 2 risposte | 1

2

risposte

Domanda


The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue?
The Property inspector is not showing anything? I want to change the type/colour of the blue curve. How to solve the issue? ...

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


I want to plot the vector field on F=x i+ j
I want to plot the vector field on $\vec F=x\cap i+\cap j$ Also how to plot the vector field of F=2*i+j? How to do that [...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot a figure from a data where a parameter is within a range (not with the full range of data)
I want to plot the diagram where (=x(324,:)) from the range (0.4, 0.9). I want to restrict within that range. I do not want to...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to color for $\eta<1.054288$ by blue and red for, $\eta>1.054288$ of a curve from data
I want to use two colors of a single curve obtained from the data. I want to make the curve color blue for $0.608130<\eta<...

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


Euler method: ODE with different initial conditions
I want to solve an ODE by Euler method with different initial conditions. I have used for y(1)=0.5:0.05:1.5; as the different ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to color the region between the cyan, black and blue curves
How to color the region between the cyan, black and blue curves clear all format long set(0,'DefaultAxesFontSize',20); figu...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to load matcont data file and plot
I want to plot the data file of a two parameter bifurcation diagram. clear all format long set(0,'DefaultAxesFontSize',20)...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to separately color regions R1, R2, R3, R4 in the 1st quadrant of (delta,theta) plane
How to separately color regions R1, R2, R3, R4 R_1={(δ,θ)│DD>0, δ>0.3414, θ<1.8758} R_2={(δ,θ)│DD=0, δ>0.3414} R_3={(δ,θ) | ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to write x-ticks in latex.
How to write x-ticks in latex. I tried with xticklabels({'x_m','x_2'},'interpreter','latex') But failed. Please suggest or ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


I want to put arrows on each of the lines parallel to x-axis using LOOP
I want to put arrows on each of the lines parallel to x-axis using LOOP Here I am able to put one arrow. Using q = 0.2:.2:1; ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot vectorfield in the phase portrait ..... How to modify the code....
clear figure hold on epsilon=0.01;omega=0.112;theta=0.14;gamma=2.54; sys = @(t,x) [-x(1)*(x(1)-theta)*(x(1)-1)-x(2)+omega;ep...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot planes parallel to the coordinate axes given by
How to plot planes parallel to the coordinate axes given by y = linspace(0,5) ; x = linspace(0,5) ; [Y,X] = meshgrid(y,...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot the surface of the parabolic cylinder $y^2=8x$ in the first octant bounded by the planes $y=4$ and $z=6$?
How to plot the surface of the parabolic cylinder in the first octant bounded by the planes y=4 and z=6? Y = linspace(0,4,10...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to move the axes so that they start from the center of the sphere (0,0,0)
()1 How to move the axes so that they start from the center of the sphere (0,0,0) (2) If I only want to keep the boundary curv...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


I want to highlight the curve of intersection of the sphare and the plane x+y+z=0 by a thick blue curve. How to do that?
I want to highlight the curve of intersection of the sphare and the plane by a thick blue curve. How to do that? I have tried t...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot the following surface
How to plot the following surface: Which type of parametrization is required to plot it... please give me a code

quasi 3 anni fa | 3 risposte | 0

3

risposte

Domanda


How to plot such a complete figure by matlab. The hemisphere is $x^2+y62+z^2=4$ and the cylinder is $x^2+y^2=1$ with bases $z=0$ and $z=\sqrt{3}$
How to plot such a complete figure by matlab. The hemisphere is $x^2+y62+z^2=4$ and the cylinder is $x^2+y^2=1$ with bases $z=...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


In pplane8, how to increase the number of parameter boxes from 6 to 8
In pplane8, there can be maximum 6 parameter boxes as shown in the attached fig......how to increase the number of parameter box...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to get such types of multiple arrows using annotation('textarrow',[0.786 0.775],[0.763 0.763]); or else
How to get such type of double arrows at the right of each line using a loop? p = 0.3:.5:3.5; plot([0; 10.5],[p; p], 'col...

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


How to get a solid circle encircled by another circle and solid circle encircled by a square
I am using plot(X,Y,'o','MarkerFaceColor', 'k') to get solid circle. But I want to get a solid circle encircled by another ci...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to plot the phase potrait of piecewise smooth model
I want to plot the phase portrait of the following system How to do this? Please help.

quasi 5 anni fa | 0 risposte | 0

0

risposte

Carica altro