photo

Timothy Simon Thomas


CUSAT

Last seen: mer än 3 år ago Active since 2020

Followers: 0   Following: 0

Message

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 .

Statistics

MATLAB Answers

0 Questions
4 Answers

RANK
175 070
of 299 003

REPUTATION
0

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 659

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163 074

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
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...

ungefär 5 år ago | 0

Answered
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=...

ungefär 5 år ago | 0

Answered
caesar cyphor encryption problem .
%% CAESAR's SIPHER % CAESAR(message,code): Message is the message to be encripted % CODE represents the ASCII shift % Wrappin...

ungefär 5 år ago | 0