![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17684555_1583127988255_DEF.jpg)
Asif Rashid
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
177.426
of 297.016
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
85.71%
ERHALTENE STIMMEN
0
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 to write if Loop (or while loop) in this kind of problem
Dear Colleagues and teachers i want to write if NL is between 0.1 and 0.3 then output is NL (eactly at 0.2) else if NS is b...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
not enough input arguments Error
Dear Colleagues and Teachers, I am eperiencing a code error aginst this code ; % Function to generate a multi-step custom me...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot three functions in three separate figures and simultaneously in one figure but in three different windows of the same figure?
Hello Sir, I want to plot three functions (A,B and C) against z in three seperate figures. Please tell me the possible code. A...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matrix must be square
p=(1./TSR+0.08.*(PA))-(0.035./(PA.^3+1)); l=inv(p); p is a matrix of 1*20. i want to take its inverse but matlab error ...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix multiplication with constant
RR=5; RS=750:150:3600; for i=1:length(RS) k(i)=RR.*RS(i) end am i not supposed to get the answer k(i) in the form of ma...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matrix dimensions must agree error
Sir, I want to find TC where PA and TSR are the matrices of length 1 20 and 1 2 TC=0.08698-(0.003371).*PA-(0.053272...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Data dimensions must agree
i have a function z which has two variables x and y. z , x and y are vectors of length 20. While plotting a function, MATLAB say...
mehr als 4 Jahre vor | 1 Antwort | 0