photo

Ishan

MathWorks

Last seen: environ 2 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
11 Réponses

RANG
11 553
of 298 615

RÉPUTATION
4

CONTRIBUTIONS
0 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 20 624

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 161 826

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
count and plot red and blue colors from the pic
Hi Avia, I ran your code for this image, and it gave a reading of 55.38 for red and 33.35 for blue. However, by plotting the r...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
I try to plot 2 variables against each other selected by user input. But I can not figure it out. I am new to this, not much coding experience.
Hi Daniel, I understand you are trying to plot two variables against each other from a table. You can refer to the following d...

plus de 2 ans il y a | 0

Réponse apportée
How would i use for loop to display the whole row of information based on userinput of the first collum. The data comes from an excel sheet.
Hi Allen, If you want to loop over the entire row, it would be better to use indexing to extract the row number and display al...

plus de 2 ans il y a | 0

Réponse apportée
Plotting DTFT in Matlab
Hi Tomasz, I understand you are trying to cross verify your DTFT function. You can refer to the functions in the file exchange ...

plus de 2 ans il y a | 0

Réponse apportée
How can I make a guess sidel function with the given variables: GS(Am,bm,initial_guess,10^-4) and the range is 𝑁 = [20, 40, 80, 160, 320, 640, 1280]
Hi Anujan, If you want to solve a linear equation by Gauss-Seidel method, you can use the below function to do so: %A = inpu...

plus de 2 ans il y a | 0

Réponse apportée
how can i enter a signal in a Rayleigh fading channel?? note that my signal size is 1x2020. the goal that my signal be facing multipath propagation.
Hi Aly, Using Communications Toolbox, you can implement fading channels using objects or blocks. Please refer to the following...

plus de 2 ans il y a | 0

Réponse apportée
pcshow permanently changes figure window?
clfdeletes all children of the current figure that have visible handles. load('object3d.mat') figure(1); pcshow(ptCloud); ...

plus de 2 ans il y a | 0

Réponse apportée
solve a system of nonlinear differential equations whit initial conditions
If dsolve cannot find an explicit solution of a differential equation analytically, then it returns an empty symbolic array. You...

plus de 2 ans il y a | 0

Réponse apportée
Is it possible to obtain the expression on the right using only the laplace function of MATLAB to the expression on the left?
To obtain the Laplace transformation on the left you would probably need to reduce your equation to be a function of t. However,...

plus de 2 ans il y a | 0

Réponse apportée
Hello everyone ,i have data of real time FM signal in function of power and frequency ,how to find spectrogram of the above data
You can refer to the documentation for creating spectrograms. It even has an example specifically for power spectra:- Spectrogr...

plus de 2 ans il y a | 0

Réponse apportée
while solving coupled differential equation getting this problem.
The dimension mismatch you get is because A1(i+1) = A1(i) + (h/6)*(k1+(2*(k2+k3))+k4); in this equation on the LHS you have allo...

plus de 2 ans il y a | 0