Pratham Shah
Lakehead University
Followers: 0 Following: 0
EC Graduate and MATLAB Lover
MATLAB
Spoken Languages:
English
Statistiques
RANG
2 820
of 295 527
RÉPUTATION
20
CONTRIBUTIONS
1 Question
18 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
2
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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 ...
10 mois il y a
A résolu
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...
10 mois il y a
A résolu
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...
10 mois il y a
A résolu
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...
10 mois il y a
A résolu
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...
12 mois il y a
A résolu
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 ...
12 mois il y a
A résolu
Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?
12 mois il y a
Changing color in matlab
I=imread("xyz_converted.png"); I(:,:,1)=I(:,:,2); [m,n,~]=size(I); I(:,:,2)=zeros(m,n); imshow(I)
environ un an il y a | 0
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...
environ un an il y a | 0
A résolu
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
environ un an il y a
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...
plus d'un an il y a | 0
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...
plus d'un an il y a | 0
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 ...
plus d'un an il y a | 1
| A accepté
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...
plus d'un an il y a | 0
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...
plus d'un an il y a | 0
About the position of transmitter site in raytrace
Hi, You can change antenna hight while specifying your transmission site. tx = txsite("Name","Satellite transmitter", ... ...
plus d'un an il y a | 0
A résolu
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
plus d'un an il y a
A résolu
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...
plus d'un an il y a
A résolu
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
plus d'un an il y a