photo

Sameer


Last seen: Today 2024년부터 활동

Followers: 1   Following: 0

Programming Languages:
Python, C++, C, Java, Javascript, R, MATLAB, Ruby, SQL, Perl
Spoken Languages:
English
Pronouns:
He/him

통계

MATLAB Answers

0 질문
124 답변

순위
658
of 297,527

평판
114

참여
0 질문
124 답변

답변 채택
0.00%

획득한 표
8

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,075

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How can I make multiple objects flash with the same function in matlab app designer?
Hi @Jason Hooker To enable each gauge block to flash independently without interruption, we can use "timer" objects. This allow...

대략 23시간 전 | 0

답변 있음
[App Designer] How to disable a component but keep it visible (not greyed out) ?
Hi @Kelvin L To disable a component while keeping it visible and not greyed out, you can overlay a non-interactive uicontrol wi...

대략 23시간 전 | 0

답변 있음
how to delete unconnected terminators using M-script
Hi @dhiraj ambadkar To delete unconnected terminator blocks in a Simulink model using M-script, you can use the "find_system" f...

1일 전 | 0

답변 있음
Combining Functions of Gaussian elimination and Banded Matrix
Hi @Hmm! To create a banded version of Gaussian elimination without pivoting, you need to ensure that your Gaussian elimination...

2일 전 | 0

답변 있음
Undersampled signal fft with additional information
Hi Robin Since you know the frequencies from the higher sampled signal, you can use this information to reconstruct the signal ...

3일 전 | 0

답변 있음
How do i solve a non homogenous diff equation without dsolve? I have done the code for the complimentary function pls help me with the particular solution part
Hi @Sid Nogueira To find the particular solution of a non-homogeneous differential equation, you can use methods such as the me...

4일 전 | 0

답변 있음
Why do i receive this error? (line 11)
Hi @Zakhar The error you're encountering is due to the function "u0" not being defined in your code. MATLAB is unable to find "...

2개월 전 | 0

답변 있음
How to use multiplexer?
Hi @Kash Costello To connect your environment address and XML files, follow the steps below: 1. Set Up Environment Variables: ...

2개월 전 | 0

답변 있음
Simulink library development for multiple Matlab versions
Hi @Bartlomiej Please refer to the following MATLAB documentation regarding managing multiple versions of a model: https://www...

2개월 전 | 0

답변 있음
Error when creating a tensor from a for loop
Hi @Bruce The issue arises because the indices in MATLAB must be positive integers. When you change the spacing between the val...

2개월 전 | 0

답변 있음
From making 2D line plots to making 3D surface plots: How to preserve my current workflow?
Hi To solve your problem of writing a scalar-valued function using meshgrid and linear combinations of rotating basis vectors,...

2개월 전 | 0

답변 있음
How plot 2D and 3D of a function with contain wiener process?
Hi @salim saeed The Wiener process can be simulated using random walks. Here's an example of how you can plot your function: ...

3개월 전 | 1

| 수락됨

답변 있음
what dose the "-E" symbol on signal-line of simulink model mean
Hi @Leo Zhai The symbol refers to the "Signal to Object Resolution Indicator". For more details, refer to the MathWorks docum...

3개월 전 | 1

| 수락됨

답변 있음
Problem in assigning proper eigevalues in a for-loop
Hi @Tsz Tsun It looks like the issue you are encountering is due to the discontinuities in the eigenvalues, which can happen if...

3개월 전 | 0

답변 있음
How do implement abstract properties without automatically instantiating them?
Hi @Hasan Zakeri When you specify a property with a class type that is "abstract", MATLAB expects an instance of the property t...

3개월 전 | 1

답변 있음
Input format of the smooth function
Hi @中祥 范 Yes, the input 'y' to the smooth function can be in either row or column vector form. If you step inside the function,...

3개월 전 | 0

답변 있음
Change settling time in simulink
Hi @Ilyan To adjust the settling time of your clamp system to between 1 and 1.5 seconds, you can modify the system parameters. ...

3개월 전 | 0

답변 있음
How can I merge three plots into one plot?
HI @Mir Sahand To merge three separate graphs into one single graph for comparison, you can follow below steps: 1. Load your d...

3개월 전 | 0

| 수락됨

답변 있음
Adaptive observer design for nonlinear system
Hi @Meenakshi Tripathi Designing an adaptive observer for a nonlinear system generally involves the following steps: 1. Define...

3개월 전 | 0

답변 있음
complex number representation as real and imaginary part
Hi @yogeshwari patel It looks like there are a few issues in your code 1. When you try to take the real part and then raise it...

3개월 전 | 0

| 수락됨

답변 있음
Checking if an edge in a graph intersects other edges
Hi @Hari Checking for edge intersections in a large 2D undirected network can indeed be computationally intensive, especially i...

3개월 전 | 0

답변 있음
Calculate similarity between data columns in the data matrix
Hi @EK From my understanding, you want to calculate the correlation between a specific column ("column 5") and other columns in...

3개월 전 | 0

답변 있음
Finding digraph cycles efficiently
Hi @Josue Ortega You can adopt the following approach to effectively address each of your requirements: a) Finding all nodes t...

3개월 전 | 0

답변 있음
planar array FFT DOA
Hi @종영 To extend your linear array code to a planar array and visualize the beam pattern using FFT2, you need to consider both ...

3개월 전 | 0

| 수락됨

답변 있음
SIL and PIL simulation mode.
Hi @Tanchak Harshad The error indicates a configuration or licensing issue with SIL or PIL modes in Simulink. First, check y...

3개월 전 | 0

답변 있음
integral of indicator function
Hi @esra kan To compute the integral of an indicator function, you can indeed approximate the integral using a discrete sum and...

3개월 전 | 0

답변 있음
How can I surrogate data in MATLAB?
Hi @Mir Sahand Surrogating data typically involves generating a new dataset that preserves certain properties of the original d...

3개월 전 | 0

| 수락됨

답변 있음
How to write an event function to stop at second or third x axis crossing.
Hi @Madeleine To stop at the third x-axis crossing, you need to count the number of crossings and stop when the count reaches t...

4개월 전 | 0

답변 있음
Changing Limiting the number of logged data points to the last 50000
Hi @Madhusudan You can change the maximum number of logged data points by adjusting the "MaxDataPoints" parameter. Here’s how...

4개월 전 | 0

답변 있음
How to replace the missing values in cell array with previous ones?
Hi @Muha The fillmissing function didn't work because it is not designed for cell arrays with mixed types. It requires a unifor...

4개월 전 | 0

더 보기