Timothy Simon Thomas
CUSAT
Followers: 0 Following: 0
I am a budding engineer with a passion for understanding, sharing, and applying key engineering concepts in real life scenarios. I am passionate about the skies and the mysteries that lie yonder. My technical interests are in VLSI, embedded systems and system design, with keen interest of their application in the aerospace industry .
Statistik
0 Fragen
4 Antworten
RANG
175.581
of 301.261
REPUTATION
0
BEITRÄGE
0 Fragen
4 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 21.209
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 173.690
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
How to plot a polynomial of which I have coefficient vector?
Config s=10 t=[-s:0.00001:s]; x=t; Parameters a=1 b=-6 c=11 d=-6 Equation fx=(a*(x.^3)) + (b*(x.^2)) + (c.*x) + d; sy...
fast 6 Jahre vor | 0
Rotating a coordinate with a rotation matrix
Rotation Matrix acting on a Vector Parameters Theta holds the angle to be rotated by, vector is the initial vector. vector=...
fast 6 Jahre vor | 0
Write a function called get_distance that accepts two character vector inputs representing the names of two cities. The function returns the distance between them as an output argument called distance. For example, the call get_distance('Seattle, WA'
function distance=get_distance(L1,L2) [n,~,r]=xlsread('matlab_dist.xlsx'); i=1;j=1; [R C]=size(n); while(~(s...
fast 6 Jahre vor | 0
caesar cyphor encryption problem .
%% CAESAR's SIPHER % CAESAR(message,code): Message is the message to be encripted % CODE represents the ASCII shift % Wrappin...
fast 6 Jahre vor | 0
