top of page

Tech Aficionado
Home: Blog2


Convert PDF in any format, Lock your PDF
PDF stands for Portable Document Format There is a website name "I love PDF" which can convert your PDFs into almost any format. Here's...
Apr 15, 20211 min read
36 views
0 comments


Referencing in Microsoft Excel
There are three types of referencing in Microsoft Excel Relative Reference- Basically when you write a formula, say "=B2+A2" in cell C2...
Apr 13, 20211 min read
38 views
0 comments


Google's New SEO updates
There are some changes that will be brought to light w.e.f MAY 2021. Core Web Vitals- Pages must provide a good experience in different...
Apr 11, 20211 min read
35 views
1 comment


Convert portrait image into landscape keeping the background intact in Photoshop
1. Open your image in Adobe Photoshop 2. Select the crop tool. 3. Bring the cursor to any side of the image and press "Ctrl+Alt" and drag...
Apr 10, 20211 min read
90 views
0 comments


Multiply matrices corresponding to its elements in MATLAB
1. Open your command window in MATLAB 2. Enter the first matrix, say, x = [3 4 5 ] 3. Enter another matrix, say, y = [1 2 3]...
Apr 9, 20211 min read
42 views
0 comments


Sum a column in Microsoft Excel
1. Open your excel worksheet containing the data or enter the desired data, say, the budget of an individual. 2. Go to the cell wherever...
Apr 9, 20211 min read
42 views
0 comments


Matrix Multiplication in MATLAB
1. Open your command window 2. Type your variable matrix, say x having 3 columns and 3 rows. Type the matrix as shown below. 3. Hit enter...
Apr 9, 20211 min read
53 views
0 comments


Generate random matrix of desired number of columns and rows (MATLAB)
1. Open your command window 2. Say, you want to create a random matrix of 4 rows and 5 columns with the matrix name as "x". Type, x =...
Apr 8, 20211 min read
17 views
0 comments
bottom of page