Statistik
4 Fragen
0 Antworten
RANG
68.531
of 301.273
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 21.212
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.726
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
HOW TO GENERATE VECTORS OF A PARTICULAR TYPE?
K=[0:0.25:10]; I want to GENERATE VECTORS for each K value having four inputs of the type Yk=[-5 8K 0 -K]; further ...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to create double spacing between all command prompts
How to create space ( or gap) between command lines in the MATLAB command window ? When i am pasting screen shot of MATLAB comm...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
program to find zero value of the function
how to find zero value of the function f(x)= k-3.k.x^2+3.x^3 (o<k<infinity) (k is 0 to infinity) i used p=[3 -3k 0 k]; r...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Please help me in writing a program for plotting graph of following function in MATLAB I am getting only second one (>30)., its not showing the first one(<30) when I am using ifelse
f(x)=t if x<30; f(x)=a+k(x^2-b^2) if x>=30; where a=20; t=35; k=0.75; b=50; I am getting only second one (>30)., its n...
fast 10 Jahre vor | 1 Antwort | 0
