photo

Garv Agarwal


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

A software engineer.

Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
C++ with MATLAB, Mathematics, MATLAB Test

Statistics

All
MATLAB Answers

0 Questions
15 Answers

Cody

0 Problems
3 Solutions

RANK
4,399
of 300,343

REPUTATION
12

CONTRIBUTIONS
0 Questions
15 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
69,676
of 168,172

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
How to assign value 2 for >=90 percentile and 1 for < 90 percentile in a single column matrix?
Hi Devendra, From my understanding, you want to do a binary classification of your data, classifying elements greater than or e...

2 years ago | 1

Answered
How do I change the default encoding of MATLAB?
Hi 涛, From my understanding, you want to change the default encoding of your MATLAB to UTF-8. You can do this by running the f...

2 years ago | 0

| accepted

Answered
Importing a road map into the MATLAB for simulation.
Hi Ishan, From my understanding, you want to import a road map of Sri Lanka into MATLAB. There are multiple ways to import map...

2 years ago | 0

Answered
Generate a random signal with varying frequencies and constant rms
Hi Daniel, From my understanding, you want to generate a random signal with varying frequncy but constant rms value. For gener...

2 years ago | 0

Answered
how can I set the Interval time between each reaction in the simulation
Hi Lo, From my understanding, you want to set a delay between each reaction in your simulation. For this you can create an Eve...

2 years ago | 0

Answered
How to compare excel sheet data with user input?
Hi Naomi, From my understanding, you want to compare user input with data already present in an Excel file and input it in the ...

2 years ago | 0

Answered
-Perform the calculation of the remaining source activity at time t
Hi Ngọc, From my understanding, you want to know how one can design GUI to take input and display output based on the input in ...

2 years ago | 0

Answered
Input and output in excel
Hi Joel, From my understanding, you want to input and output vectors and graph in an Excel sheet. You can import data from an ...

2 years ago | 0

Answered
Solving multiple systems of differential equations using MATLAB.
Hi Busuyi, From my understanding, you want to know the process of solving systems of differential equations using MATLAB. This...

2 years ago | 1

Answered
Cambio de lenguaje en geoplot
Hi Miguel, From my understanding, you want your plots to be in Spanish instead of English. You can do so by changing your desk...

2 years ago | 0

Answered
How to stop displaying scientific notation
Hi RetiredCheetoXI, From my understanding, you want the output data to be in fixed floating-point notation instead of scientifi...

2 years ago | 0

Answered
Matching histogram of one image to another
Hi Big Ben, As per my understanding, you want to know the difference between the working of MATLAB functions imhistmatch and hi...

2 years ago | 0

Answered
How to use Thingspeak to return just data and not timestamp
Hi David, From my understanding, when you read data using thingSpeakRead, timestamps get returned along with data while you onl...

2 years ago | 0

| accepted

Answered
how to change speed not pitch ?
Hi Sofiane, As per my understanding, you have an audio signal, and you want to increase its speed without changing affecting it...

2 years ago | 0

Answered
Does the Matlab 2023a support the NVIDIA RTX 4090-24G GPU device?
Hi Jennifer, As per my understanding you are trying to understand if RTX 4090 GPU is supported in MATLAB R2023a. MATLAB 2023a ...

2 years ago | 0

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

2 years ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

2 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago