Muhammad Choudhury
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
74 469
of 295 673
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
70.0%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
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
Feeds
Question
2nd order differential equation
How can I model the following equation on MATLAB ODE suite D = 2e-14 r = 7e-6
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How can i modify this code so x can = 0
function qw=fNR(x) qw=zeros(100,1) qw(2)=x i=2 while abs(qw(i)-qw(i-1))>1e-6 qw(i+1)=qw(i)-ff1(qw(i))/fdf1(qw(i)) ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Subtracting two values that are very small
I'm subtracting two variables (R1 and R2) that are around a magnitude of e-3. I work out a difference between them (Diff = R2 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
make code more rigorous
I have two seperate functions, fR1 AND fR2 however i would like to combine it into one function as i have to seperature function...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Unable to call my function and get an error
function h = fplothFUNC(d,Kp,A,t) %the function is used to plot the following equation: % h*(t)=(d/Kp)*(1-exp(-(Kp/A)*t)) ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
plots are not displaying with on double y-axis graph
t = xlsread('ob1.xlsx','I4:I722') P_sp = xlsread('ob1.xlsx','F4:F722') P = xlsread('ob1.xlsx','E4:E722') L_sp = xlsread('ob1....
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
3D surface plot
This is my code so far, how i can i create a 3D surface plot just like the figure below: X=[1.000, 1.250, 1.500, 1.250, 1.500, ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
3D x,y,z surface plot
I already have X,Y,Z arrays: x = 1.0000 1.2500 1.5000 1.2500 1.5000 1.75...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I display the y-axis at each maximum point
Is there a way in determining the y-axis values at each maximum point of this graph. clear all; % Importing video from files ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to change the y-axis values to start at 0 and not become negative?
How can i make it so that my plot starts at 0 and doesn't go below 0 into the negative numbers, also I'd like to use a range fro...
plus de 3 ans il y a | 1 réponse | 0