photo

Simran


Last seen: 4개월 전 2025년부터 활동

Followers: 2   Following: 0

통계

MATLAB Answers

0 질문
29 답변

순위
3,087
of 300,338

평판
18

참여
0 질문
29 답변

답변 채택
0.00%

획득한 표
3

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Is there anyway I can use arrayfun and GlobalSearch at the same time?
Hello @Chang seok Ma, You can use the “GlobalSearch” with “arrayfun” in MATLAB, just like you did with “fminsearchbnd”. ...

6개월 전 | 0

답변 있음
How to "color" the closed area bounded by three curves
Hey @mukesh bisht, The common area between the polygons 'pgon3' and pgon4' isn't being plotted because the 'intersect' function...

6개월 전 | 0

답변 있음
How come the Bit Error Rate for my Vitrebi soft decoder always returns as 0.5 for all values of SNR?
Hello @Philip Masters, I see you’re trying to simulate a communication system using MATLAB focusing mainly BER for a convol...

7개월 전 | 0

답변 있음
How to calculate the Jain’s fairness index in routing?
Hello @kuna Venkateswararao, To calculate the “Jain’s fairness index” of a network, you can follow these steps: 1.) Fi...

7개월 전 | 0

답변 있음
I have two equations and I am trying to solve them by (fsolve) and (solve) but I did not get the expecting results!
Hello @Qais Qaseem, I see that you’re trying to solve two non-linear equations to find the values of “xe” and “ye” using “f...

7개월 전 | 0

답변 있음
Use quiver () function to plot vector field (xy plane) of O2 flux in lab5.
Hello @Joy Odigbo, To plot the vector field “O2 flux” using the MATLAB’s “quiver()” function, you can follow these steps: ...

7개월 전 | 0

답변 있음
How can draw univariate histogram in XY plane, YZ plane, and XZ plane in a 3-dimensional space?
Hello @sharmin sathi, To visualise your data in a 3D box specifically by plotting histograms on the walls of the box, you can...

7개월 전 | 0

답변 있음
how to calculate volume of deviation point cloud from integral ?
Hello @Lyhour Chhay, To calculate the volume between the two surfaces, the “pavement texture”, which I see you have repre...

7개월 전 | 0

답변 있음
curve generation plot for given pdf
Hello @Kundan Prasad, To generate the given curve, you can try these changes in the original code : The variable “gamm...

7개월 전 | 1

답변 있음
spectral relaxation method for ode
Hi @Priya M, I see that you want to know how to define your input matrices and vectors based on your expression. Follow the...

8개월 전 | 0

답변 있음
how can I find the roots of the following function in terms of alpha?
Hi @John Harvie delos Reyes, I see that you want to find the roots of the attached equation. To do so, you can use the “fso...

8개월 전 | 0

답변 있음
calculate how many state changes and time ThingSpeak
Hi @cesc bonet, I see that you want to calculate the number of times your data’s state changes and the duration a variable ...

8개월 전 | 1

| 수락됨

답변 있음
Greetings! I was working with the Altimetry Time Series data that contained outliers.I want to remove them with Tailored Outlier Method. Plz help me with the related script.
Hi @Jasra rehman, I understand that you want to perform the tailored outlier removal method and want to generate graphs hav...

8개월 전 | 0

답변 있음
Can a signal pass through a server in simulink?
Hi @john, As I understand it, you want an incoming signal to pass through an entity server to use the server’s statistics, bu...

8개월 전 | 0

답변 있음
Reconstruct output signal using tfestimate
Hi @Mohamed Hannan Sohail, I can see that you are trying to do two things: 1.) Use the results from “tfestimate” to recon...

8개월 전 | 0

답변 있음
how to write a variable parameter inside recall function?
Hi @Hadeer Abdullah, I see that you are encountering the error in [t, nc] = ode45(@(t,nc) kinetics(t,nc,rho,beta,betasum)...

8개월 전 | 0

답변 있음
split data by classes
Hi @sun rise, I see you that you want to split your existing excel data into two classes, “non_malenoma” for “01’ and “00” ...

8개월 전 | 0

답변 있음
matlab some hard integral and series to solve and plot
Hi @majid azad, I understand that you want to plot the output of the attached integral function. The main equation to focus ...

8개월 전 | 0

답변 있음
Having trouble plotting 3D data
Hi @Tawheed Uddin, It is my understanding that you are trying to plot a 3D curve for your data but the issue with your code is...

8개월 전 | 0

답변 있음
How can I implement MISO state space Model in Simulink?
Hi @Mohammed Yakoob, I see you have an equation as plant in “state space” form, which you want to implement in Simulink or by ...

8개월 전 | 0

| 수락됨

답변 있음
Matlab Simulink how to select elements by matlab script
Hi @Steve Oswald, I see you want to select elements of your Simulink model progammatically and obtain their handles. To do ...

8개월 전 | 0

답변 있음
Don't understand the following script for image evaluation
Hi @Meike, I see you want to understand what the “Finding lengths in TOP ROW” part of the code you mentioned. The explainat...

8개월 전 | 0

답변 있음
How to draw streamline in a map?
Hi @Zijia Zheng, I see you want to draw some streamlines in a map by using the “streamslice” and the “m_map” package. To do...

8개월 전 | 0

답변 있음
sum to dependent normally distrbution
Hi @Ahmad Nikpour, I see you want to sum two dependent normal distributions using copulas. To do this you can follow these ...

8개월 전 | 0

답변 있음
Get list of the names of the variables in Simulink AUTOSAR code mapping editor
Hi @Jingzhe Wu, I see you want to generate a list of names for "functions", "inports", "outports", "parameters", etc., in t...

8개월 전 | 0

답변 있음
Request for any relvalnt step-by-step video or tutorials for learning on green hydrogen production from wind power including modelling, simulation and optimization
Hi @Kayes Md Abu, I see you’re looking for step-by-step tutorials or resources that could help you with your understanding ...

8개월 전 | 1

| 수락됨

답변 있음
Open a model in simulink-sensitivity analyzer
Hi @ilaria petracca, I am assuming you want to know if you can use “Sensitivity Analyzer” on your own personal model. If th...

9개월 전 | 0

답변 있음
surface charge columb law
Hi @abdullah, As I understand, you want to know how, the Coulomb’s law, which is used to calculate electric field of point ...

9개월 전 | 0

답변 있음
How to solve this differential equation using matlab?
Hi @Anup, As I understand, you want to solve the following differential equation: [ \frac{\partial T_j}{\partial t} = ...

9개월 전 | 0