photo

P K


Last seen: plus de 4 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

14 Questions
1 Réponse

RANG
122 609
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
14 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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

  • First Answer
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Réponse apportée
Please help me to code below problem
@Sanjeeb... Instead asking someone to write the programme, you should ask the problem you are facing.

presque 6 ans il y a | 0

Question


How do one save the output of matlab script when it runs for many days?
Hello all--- I have a matlab script that run for 6-7 days. But, to be on safer side i want to save the output of the script at ...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


Definite integration in matlab with the limits changing ?
Hello @all -how can i achieve this:- %Integrate the function with changing limit %limit of intigration lowerlimit=0, upperl...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Creating a matrix which has particular order of element ?
Hello all, I have to obtain a matrix. The matrix looks like A=[1 0 0 0 0 0;0 2 0 0 0 0;3 0 4 0 0 0;0 5 0 6 0 0;7 0 8 0 9 0;0 ...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


Create a matrix of this type?
Hello, I want to make a matrix this type 1 0 0 0 0 0 2 0 0 0 0 0 3 ...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


How to solve this kind of differential equations ?
I am attaching a image which represent a system. The variables here are 1) n 2) P_n 3) r 4) t I was wondering how can we solve...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


How to call differential equations inside function, and solve it ?
I am having a code, which has symbolic variables. First,I am creating a system of coupleld differential equations through loop a...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


solving many linear differential equations through ODE solver.
I am not sure whether my approach is good or not, because my simulation takes ENORMOUS amount of time in execution. I have a ge...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Solve non-linear equation with varying value
I have a equation to solve exp(-10*z)-9*exp(-2*z)+(8-4*x)=0 here x=linspace(0,1,101) Since the equation itself would change...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Generate and solve differential equation? Please suggest some better way if you know.
Hello everyone, I am working on a project and i have to deal with many of differential equations. I am able to generate those di...

presque 7 ans il y a | 2 réponses | 0

2

réponses

Question


Finding and Storing element row-wise when the matrix has SYM.
Hello everyone, I have a doubt. Suppose i have a matrix whose size is N X M. Lets consider a 6X3 matrix. A=[1 0 0; 7 0 0;4 5 0;...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Solving differential equation with varying Constant
Dimensions G= 1x100, H=1X100; I want to solve these 7 eqns. I am using ODE45. I am able to solve these equations for fixed T ...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Replacing the variable that are generated through loops ?
I have a code that generate the equation through loops : Eqn(1)=4*K_T*P(1, 0)*P(4, 3) - 4*K_L*P(1, 0)*P(5, 4) + 4*K_T*P(2, 1)...

presque 7 ans il y a | 1 réponse | 0

1

réponse

Question


Each matrix of the of the cell should be unique/different from each other
I am new to matlab. I have to create a cell in which each matrix is different from the earlier cell entries. Hence i am writng t...

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


I am trying to create a multidimensional array with nested FOR loop.The problem iam facing is calling the pages after each iteration. Because i have to do use certain condition on each page.
clc; clear all; A=zeros(2,2,14); for z =1:14 for y =1:2 for x = 1:2 A(x,y,z) =x+...

environ 7 ans il y a | 1 réponse | 0

1

réponse