photo

Pratham Shah


Lakehead University

Active since 2021

Followers: 0   Following: 0

EC Graduate and MATLAB Lover

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
MATLAB Answers

1 Question
18 Answers

Cody

0 Problems
106 Solutions

RANK
2,903
of 300,338

REPUTATION
20

CONTRIBUTIONS
1 Question
18 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
2

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
1,932
of 168,149

CONTRIBUTIONS
0 Problems
106 Solutions

SCORE
1,478

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • CUP Challenge Master
  • Knowledgeable Level 2
  • Introduction to MATLAB Master
  • First Answer
  • MATLAB Central Treasure Hunt Finisher
  • Commenter
  • Solver

View badges

Feeds

View by

Solved


Frequencies of prime gaps
Given two positive integers n and , write a function which computes the frequency of the gap between two consecutive of the pr...

4 months ago

Solved


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

4 months ago

Solved


Voltage Divider Calculation
A voltage divider is a simple circuit used to obtain a reduced voltage from a higher voltage source using two resistors in serie...

6 months ago

Solved


LED Current Calculation
In an electrical circuit, the current (III) flowing through an LED is determined using Ohm’s Law: ​​ Where: I is the current ...

6 months ago

Solved


Inductor Energy Storage Calculation
The energy (EEE) stored in an inductor is given by the formula: Where: E is the energy in joules (J) L is the inductance in...

6 months ago

Solved


Calculate Charge Using Capacitance and Voltage
The charge (Q) stored in a capacitor is given by the formula:Q=C×V where: C is the capacitance (in farads) V is the voltage (...

6 months ago

Solved


Energy Stored in a Capacitor
The energy (E) stored in a capacitor is given by the formula: where: C is the capacitance (in farads) V is the voltage (in ...

6 months ago

Solved


Calculate Current in a Series Circuit Using KVL
Kirchhoff's Voltage Law (KVL) states that the sum of voltages around a closed loop is zero. Given a voltage source (V) and three...

6 months ago

Solved


Calculating the Total Resistance in a Series Circuit
Description: In a series circuit, the total resistance is the sum of the individual resistances. This problem asks you to write ...

6 months ago

Solved


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

6 months ago

Solved


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

6 months ago

Solved


Molar Air Density from Temperature and Pressure
The molar density of air can be found from the Temperature and Pressure using the ideal gas law. where the Molar density STP ...

1 year ago

Solved


Air Mass to Star for an Observer at Mean Sea Level
Air mass is a measure of how much atmosphere light from a source above the atmosphere (eg sun, planet, star) has to travel throu...

1 year ago

Solved


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

1 year ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

1 year ago

Solved


SatCom #2: Gain of a circular 'dish' antenna
Satellite and Space Engineering - Problem #2 This is part of a series of problems looking at topics in satellite and space comm...

2 years ago

Solved


SatCom #1: Wavelength of an electomagnetic wave
*Satellite and Space Engineering - Problem #1* _This is the first of a series of problems looking at topics in satellite and ...

2 years ago

Solved


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

2 years ago

Answered
Changing color in matlab
I=imread("xyz_converted.png"); I(:,:,1)=I(:,:,2); [m,n,~]=size(I); I(:,:,2)=zeros(m,n); imshow(I)

2 years ago | 0

Answered
How to measure the performance (precision and recall ) for following model and does it need to have groundTruth?
Yes, You need to have a ground truth in order to obtain accuracy, precision and recall. If you have ground truth you can calcula...

2 years ago | 0

Solved


Mass Conversion 1

2 years ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2 years ago

Solved


Temperature Conversion 2

2 years ago

Solved


Temperature Conversion 1

2 years ago

Answered
U-Net for medical image segmentation
Hi! If you have prior knowledge of neural networks you can use encoderDecoderNetwork function to build the required U-Net struc...

2 years ago | 0

Answered
I have a code to length of a shape but I am not getting the correct output accordingly.
Hello Surabhi! Your code is working properly and giving correct output for attached image. As far as unit is concerned, that de...

2 years ago | 0

Answered
How to plot a continuous graph as shown in the below graph?
After analyzing your code, I think you are on totally wrong path. There is no need of using 'for' or 'hold on' to plot point in ...

2 years ago | 1

| accepted

Answered
how can i plot two different figures from two scripts side by side??? (i have two seperated codes)
Hi! You can create seperate MATLAB functions for both of the codes and then create new script which calls both the fucntions an...

2 years ago | 0

Answered
Image Segmentation Bounding Box
Hi! As @Image Analyst rightly mentioned, don't use inverted image for bounding box. Use Image | BW. To get the bounding box ar...

2 years ago | 0

Answered
About the position of transmitter site in raytrace
Hi, You can change antenna hight while specifying your transmission site. tx = txsite("Name","Satellite transmitter", ... ...

2 years ago | 0

Load more