photo

Asir Tushar


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
26,528
of 300,417

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,731

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Review

查看徽章

Feeds

排序方式:

提问


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+'...

6 years 前 | 2 个回答 | 0

2

个回答

提问


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

6 years 前 | 2 个回答 | 0

2

个回答

提问


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 ?

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

6 years 前 | 0 个回答 | 0

0

个回答

提问


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...

6 years 前 | 1 个回答 | 0

1

个回答

提问


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...

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答