Community Profile

photo

Deck Zhan Sim


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1
  • Explorer

View badges

Feeds

View by

Question


Error on using ODE45 and cannot prompt output
Hi, i encounter some problem on showing the outputs for ODE45. May i know on how to solve it? I will be grateful that the soluti...

2 years ago | 1 answer | 0

1

answer

Question


Problem with the legend command
Hi, I have an issue with the legend command. When the legend command is coded, it should be showing the graph line respectively....

2 years ago | 1 answer | 0

1

answer

Question


Why the graph is not look like logistic graph?
Hi, I have a problem in plotting logistic model graph. May I know what is the problem of my coding and how to solve it? I would ...

2 years ago | 1 answer | 0

1

answer

Question


How to make it accumarray?
Hi, may I ask that how to make it be accumulative array. I will be grateful that provide the idea. Thanks! %% Initialize Input ...

2 years ago | 0 answers | 0

0

answers

Question


How can I solve the error for plot?
Hi all, I having the issue of plotting graph. I would be grateful that those who can solve the problem. Thanks! %% Initialize ...

2 years ago | 2 answers | 0

2

answers

Question


Problem to display output
Hi, I have a problem to display the output. Can someone help me to solve this? Thanks a lots! Below here are the codes: for ...

2 years ago | 1 answer | 0

1

answer

Question


Drawing cumulative probability graph
Hi, I have an problem on drawing the cumulative probability graph. Can I ask for help on this? Thanks

2 years ago | 1 answer | 0

1

answer

Question


Problem to solve integration
Hi all, I having an issue to solve this problem. clc clear close all syms x f = @x sin(x); a = 0; b = pi; prompt = (...

2 years ago | 1 answer | 0

1

answer

Question


Problem for doing Monte Carlo Integration
Hi all, I have a problem for doing the monte carlo integration. Below here are all the codes, the %% Monte Carlo is the section...

2 years ago | 1 answer | 0

1

answer

Question


How to implement the Fourier series method of heat equation?
How to implement the Fourier series method of heat equation by using the same value of L,alpha,t_final,n,t0,t1s and t2s? L=20; ...

3 years ago | 1 answer | 1

1

answer

Question


How do implement the separation variable method of heat equation?
How to implement the separation variable method of heat equation by using the same value of L,alpha,t_final,n,t0,t1s and t2s? ...

3 years ago | 0 answers | 0

0

answers

Question


How to implement mesh diagram?
How to do the mesh diagram in this coding with the corresponding of T,L and time? Below here are my codes: clc; clear all; ...

3 years ago | 1 answer | 0

1

answer

Question


How to find the population when the year is 2012
clc clear; close all; year=[1975;1980;1985;1990;1995;2000;2005;2010;2015;2019]; populationitaworldbank=[55.44;56.43;56.59;...

3 years ago | 1 answer | 0

1

answer

Question


How to find the number of human population when the year is 2012?
function [ sol ] = polyreg( x,y,n) year=[1975;1980;1985;1990;1995;2000;2005;2010;2015;2019]; populationjpnworldbank=[111.94;...

3 years ago | 1 answer | 0

1

answer