
Asir Tushar
Statistiques
8 Questions
0 MATLAB Answers
RANG
26 154
of 279 890
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
0 MATLAB Answers
ACCEPTATION DE VOS RÉPONSES
62.5%
VOTES REÇUS
0
RANG
of 18 775
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 128 717
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
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+'...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
Parula color on matlab 2013a
I want to customize the parula color on meshplots. I am using matlab 2013a. How can this be done ?
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ?
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Problem with Legend command.
syms x f=log(x); hold on T1=taylor(f,'Expansionpoint',2,'order',1) T2=taylor(f,'Expansionpoi...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 5 ans il y a | 2 réponses | 0