photo

Asir Tushar


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

8 Domande
0 Risposte

RANK
40.899
of 300.381

REPUTAZIONE
1

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
62.5%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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 3
  • First Review

Visualizza badge

Feeds

Visto da

Domanda


How to add line style after color
If I give the colors using [0 0.4470 0.7410] , then how to give the line circle or square shapes ?? I know that plot(x,y,'r+'...

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Parula color on matlab 2013a
I want to customize the parula color on meshplots. I am using matlab 2013a. How can this be done ?

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


Tspan is not strictly increasing.
I am trying to solve a second order ode using ODE45 but my tspan is not strictly increasing. How can I solve it ?

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Meshplot is not matching with the exact plot
I am using spectral methods on a heat equation to predict the results of a black-scholes equation but having trouble to match wi...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Error: Unable to perform assignment because the left and right sides have a different number of elements.(line 25)
%chebyshev differentiation matrix function [D,x] = cheb(N) if N==0,D=0;x=1;return,end x=cos(pi*(0:N)/N)'; c=[2;ones(N...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Matrix dimension must agree problem
I have run the code on octave which gives the following plot. When I tried the same code on Matlab , there was a dimension mi...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem with Legend command.
syms x f=log(x); hold on T1=taylor(f,'Expansionpoint',2,'order',1) T2=taylor(f,'Expansionpoi...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


I really want to draw the precession of mercury
clc;clear all; a=10; b=5; lambda=.5; v1=1/20; v2=3; t=0:.1:40; x(t)=a.^2+b.^2 +a*cos(2*pi*v1*t)*cos(2*pi*v2*t)-la...

quasi 8 anni fa | 2 risposte | 0

2

risposte