![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22660420_1622059116387_DEF.jpg)
Muhammad
Followers: 0 Following: 0
Statistik
60 Fragen
0 Antworten
RANG
34.475
of 297.016
REPUTATION
1
BEITRÄGE
60 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
68.33%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how i get longitudinal driver for electric vehicle simulation ?
hi i am modeling the electic vehical simulation on simulink. i need the block name longitudinal driver for the input purpose ,...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
how to to make model on simulink to check rise time ,overshoot ,steady state error of tf ?
i have derived an tf Gs=0.05/(s^2+0.2*s+0) i know the code to write the tf and get the rise time and steady state error form ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
how to make transformation in mp4 vedio
i have two vedio of mp4.i want to apply some tranformation on it and run the tranform vedio.i have wriiten the code but contentl...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to remove crack of an image "png'?
i want to restore the image but it is not showing any progress can you help me out clc clear all img = imread('image.png'); ...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to remove the cracks on image?
This code reads in an image with cracks, creates a binary mask of where the cracks are located, and then uses the inpainting fun...
etwa 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to plot the gradient of a equation having specific region?
hello i have the equation f(x,y)=-5x^3+4yx+6y^3+1 the gradient with respect to x is f(x)=-15*x^3+4*y how to plot the gradi...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to remove error in the code?
this is the matlab code that in made and i am getting the errors so any one who can correct my code? tic % this is the spect...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to store every value that i get from each iteration of for loop ?
i want to store all values of an but my code has some error ,plz remove it clc clear all k=1 f=2 t=rand(1,1000) for i=1:1...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to generate random number between two numbers ?
i want to generate 100 numbers between 0 and 1 so is there is any command in matlab
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to change specific color define by the user to black in matlab?
it is working for red ,blue ,green but not for yellow and orange need modification but not now can any one help originalImage ...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to change specific color in image to black?
hi i am trying to make a code that change the specific user define color in image to black without changing other can any one...
fast 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to make a code that guess the color of the string variable stored ?
mywords = "sulaman is here"; ht = text(0.8,0.8,mywords,'color','b') now i want to make the code that take the guess from the u...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to create a string variable with specified color?
hello ! i have the task to create a string variable like "hello !is any one here" of specific color 'blue' how i can do it mat...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to take cube of double array?
i have double array i want to take the cube of it ,is there any matlab func to perform this? % in workspace y 3800x1 double %...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to implement the given function?
i need to know how i implement the following function in matlab , i tried alot and searched in many platform but couldnot get ...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to remove the error"braces indexing not suitable for this kind of variables"?
i have the follawing matrix watermarking code it has some error i need to remove it clc ca=input('enter the matrix') count=1...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find the angle subtended from origin to the poles in complex plane?
clc clear all s=tf('s'); num=1; den=(s+(-65+65j))*(s-(65+65j)); sys=num/den; pzmap(sys) i want to find the angle sub...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how my code get the bit modification?
this stops on 90,180,270,360 now i want certain changes to stops at 45,115,225,315 what changes are required? %load excel data ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to title the stepplot?
how to give title of the each stepplot of transfer function? i did this and its giving error clear all %muhammad sulaman %19...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to give title of the legends?
i have the folowing code that generate step responce of every transfer function in plot i want to give the name of each legend h...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
code to be run in matlab grader
i need this code to be runnned in matlab grader in oder to check whether its right or not function output=myleftcheck(f,a,b,n,...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find values are within tol of on another or not?
i have the following code that perform left sum and definate integral i have done it now i want to generate the output 1 if the...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to remove error"Conversion to logical from sym is not possible."?
i make a fuction that take anynomous fuction as input with value , the fuction perform leftsum and definate integral if ' tol'...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
sorting and unsorting ?
clc clear all a=magic(3) [b,ind]=sort(a,1,'descend') c(ind)=b; i sorted the matrix but i want back the orignal matix a how ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
doublet responce of doublet input
doublet input of magnitude 𝛿𝑒 = 0.1 and time length Δ𝑡 = 1 s; how i can give doublet input in matlab any idea i have to get th...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
LTI s domian to z domain tranformation
clc clear all A=[-0.0295 0.0478 0 -9.81;-0.1777 -1.4411 120 0;0.0005 -0.033 -1.5345 0;0 0 1 0] B=[0;-12.81;-6.59;0] C=[0 0 0...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
s domain to complex domain?
clc clear all A=[-0.0295 0.0478 0 -9.81;-0.1777 -1.4411 120 0;0.0005 -0.033 -1.5345 0;0 0 1 0] B=[0;-12.81;-6.59;0] C=[0 0 0...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
steady state responce of LTI system
clc clear all A=[-0.0295 0.0478 0 -9.81;-0.1777 -1.4411 120 0;0.0005 -0.033 -1.5345 0;0 0 1 0] B=[0;-12.81;-6.59;0] C=[0 0 0...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i want two responce on same plot
i want both step fuction on same plot with different colors clc clear all s=tf('s') t=(1*10^4)*s+(3*10^5) y=s^5+98*s^4+2194...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to extract data from struct?
i have a struct name 'dataset' i want to extract data from struct in the form of matrix load dataset.mat y=dataset.Mert.AOG.b...
mehr als 3 Jahre vor | 1 Antwort | 0