Statistik
RANG
176.364
of 295.735
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
9.975 of 20.277
REPUTATION
61
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
1 Datei
DOWNLOADS
2
ALL TIME DOWNLOADS
569
RANG
of 154.433
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
Gesendet
Frenet Frame Displayer v1.0
FFD displays real time TNB, curvature, torsion, coordinate, velocity, acceleration.
mehr als 11 Jahre vor | 2 Downloads |
Frage
How can I get the license of my file?
I want to upload my file on file exchange. How can I get the license of my file?
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I make a vector of constant value which length is 100 not using 'for&while'.
How can I make a vector of constant value which length is 100 not using 'for&while'. for example I want to make 'a'. a=[3 3 3...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
For example, I want to get a result like this. b=[1 diff(3)]=[1 0]. Not b=[1] .
differentiation of constant value is zero. But in matlab, diff(3)=[]; I want to get a vector which components are constant an...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I want to find vector of determinants
a= 1 x 4 vector b= 1 x 4 vector c= 1 x 4 vector d= 1 x 4 vector -my code- detvector=det([a b c d]); -I w...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I want to get vector of det
-my code- a=[1 0 0 0]; b=[0 1 0 0]; c=[0 0 1 0]; d=[0 0 0 1]; detvector=det([a b c d]); -I want to get detvector=[de...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to use 'syms' normally in exe. How can I solve it?
Image1-my m file <<https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/1012452_488873267864514_1213982351_n.jpg>> Imag...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to add the graph rotation tool shown in image1 to the GUI graph plot that I'm making.
image1 <<https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-frc3/970785_480660712019103_193345313_n.jpg>> I want to a...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
vector substitution, d=subs(c,t) doesn't works
code: syms t; a='t^2+t*sin(t)+3' b=eval(a); c=vectorize(b); t=0:0.01:10; d=subs(c,t) I want to get matrix...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
b=regexprep(b,'^','.^','all'); doesn't works.
I want to replace *,/,^ to .*,./,.^ my code: syms t; a='t^3+t*t+t^2/t'; b=a; b=regexprep(b,'*','.*','all'); ...
mehr als 11 Jahre vor | 3 Antworten | 0