Alagu Sankar Esakkiappan
MathWorks
Followers: 0 Following: 0
Feeds
답변 있음
polynomial interpolation with lagrange form!!!
Hello! I see that you're trying to interpolate a polynomial but running into errors. I checked your code along with you...
polynomial interpolation with lagrange form!!!
Hello! I see that you're trying to interpolate a polynomial but running into errors. I checked your code along with you...
거의 4년 전 | 0
| 수락됨
답변 있음
interfacing Matlab Simulink to app designer
Hello! I see that you're trying to interface between a Simulink Model with a Standalone App created by App Designer. Yo...
interfacing Matlab Simulink to app designer
Hello! I see that you're trying to interface between a Simulink Model with a Standalone App created by App Designer. Yo...
거의 4년 전 | 0
답변 있음
Where can I download this MCLMCRRT71.DLL?
Hi Franklin, I undersatand that you're running into an error due to Matlab Component Runtime. This problem can either a...
Where can I download this MCLMCRRT71.DLL?
Hi Franklin, I undersatand that you're running into an error due to Matlab Component Runtime. This problem can either a...
거의 4년 전 | 0
답변 있음
Matlab Terminal/IDLE
Hi Miguel, Yes, there is an option to launch MATLAB without the UI elements from the Command prompt. It takes lesser ti...
Matlab Terminal/IDLE
Hi Miguel, Yes, there is an option to launch MATLAB without the UI elements from the Command prompt. It takes lesser ti...
거의 4년 전 | 0
| 수락됨
답변 있음
why i am getting error 9
Hi Yogesh, As @Rik already pointed out, there is already an official suggested solution. You may refer it here: Why do ...
why i am getting error 9
Hi Yogesh, As @Rik already pointed out, there is already an official suggested solution. You may refer it here: Why do ...
거의 4년 전 | 0
답변 있음
How to filter and remove unwanted noise from muscle contraction reading data in MATLAB
Hello! I see that you're trying to remove unwanted noise from your dataset in RightvsLeftBicep.xlsx . There are many wa...
How to filter and remove unwanted noise from muscle contraction reading data in MATLAB
Hello! I see that you're trying to remove unwanted noise from your dataset in RightvsLeftBicep.xlsx . There are many wa...
거의 4년 전 | 1
답변 있음
how to create fourier transform and laplace from basic signals?
Hi Mya, You may make use of fft and laplace to compute Fourier and Laplace transforms for a Signal in MATLAB. You may r...
how to create fourier transform and laplace from basic signals?
Hi Mya, You may make use of fft and laplace to compute Fourier and Laplace transforms for a Signal in MATLAB. You may r...
거의 4년 전 | 1
| 수락됨
답변 있음
I have this error: ''Execution of script plot as a function is not supported: C:\Users\Jonathan e Leonardo\Documents\MATLAB\plot.m''
Hi Jonathan, Aforementioned error occurs as plot is already an internal implemented function in MATLAB. You may check i...
I have this error: ''Execution of script plot as a function is not supported: C:\Users\Jonathan e Leonardo\Documents\MATLAB\plot.m''
Hi Jonathan, Aforementioned error occurs as plot is already an internal implemented function in MATLAB. You may check i...
거의 4년 전 | 1
| 수락됨
답변 있음
Newton Ralphson Iteration Getting Stuck on the While Loop
Hi Zaria, I see that you're trying to find solution of an equation using Newton Raphson method. Convergence for Newton ...
Newton Ralphson Iteration Getting Stuck on the While Loop
Hi Zaria, I see that you're trying to find solution of an equation using Newton Raphson method. Convergence for Newton ...
대략 4년 전 | 1
답변 있음
Error in my code
Hi Abdullah, I see that you're trying to filter an audio file and store the filtered audio signal in a new file. wavwri...
Error in my code
Hi Abdullah, I see that you're trying to filter an audio file and store the filtered audio signal in a new file. wavwri...
대략 4년 전 | 1
답변 있음
Howto install only network license manager (Linux R2021b)?
Hi Philippe, I see that you're trying to install Network License Manager without MATLAB on Linux. When running the inst...
Howto install only network license manager (Linux R2021b)?
Hi Philippe, I see that you're trying to install Network License Manager without MATLAB on Linux. When running the inst...
대략 4년 전 | 1
| 수락됨
답변 있음
Obtain short lines in a legend in a subplot
Hi Moritz, You may change the length of line inside the legend section of a plot using one of its hidden properties "It...
Obtain short lines in a legend in a subplot
Hi Moritz, You may change the length of line inside the legend section of a plot using one of its hidden properties "It...
대략 4년 전 | 1
| 수락됨
답변 있음
Quadratic Approximation Method to find the maximum of f(x). got into an infinite loop
Hi Alper, I see that you're trying to find maxiumum value of a function using Quadratic approach. There is no problem p...
Quadratic Approximation Method to find the maximum of f(x). got into an infinite loop
Hi Alper, I see that you're trying to find maxiumum value of a function using Quadratic approach. There is no problem p...
대략 4년 전 | 2
| 수락됨
답변 있음
For loop to read in sequentially named .txt files
I gather that you're trying to convert numerical data from many text files into a single matrix. The Code given in question's re...
For loop to read in sequentially named .txt files
I gather that you're trying to convert numerical data from many text files into a single matrix. The Code given in question's re...
대략 4년 전 | 1
답변 있음
Insert a header in a txt file
Hi Emilio, I see that you're trying to add new Column headers to the same text file without deleting its original conte...
Insert a header in a txt file
Hi Emilio, I see that you're trying to add new Column headers to the same text file without deleting its original conte...
대략 4년 전 | 1
| 수락됨
답변 있음
How to find the nth root of equation?
Hi Andrey, I see that you're trying to identify two end points [ xr(1) xr(2) ] of an intersection first and then narrow...
How to find the nth root of equation?
Hi Andrey, I see that you're trying to identify two end points [ xr(1) xr(2) ] of an intersection first and then narrow...
대략 4년 전 | 2
| 수락됨
답변 있음
What command to accept/reject trial with left button press for eye tracker
I see that you are trying to detect a keystroke from keyboard to perform further actions in your MATLAB code. This may easily be...
What command to accept/reject trial with left button press for eye tracker
I see that you are trying to detect a keystroke from keyboard to perform further actions in your MATLAB code. This may easily be...
대략 4년 전 | 1
| 수락됨
답변 있음
hello, i have a graph and i want to select some points automatically can anyone please help me. i attache the graph below and the points need to select are in circle.
I see that you're trying to highlight abrupt points in the plotted graph. This may be achieved using findchangepts to find out i...
hello, i have a graph and i want to select some points automatically can anyone please help me. i attache the graph below and the points need to select are in circle.
I see that you're trying to highlight abrupt points in the plotted graph. This may be achieved using findchangepts to find out i...
대략 4년 전 | 1
답변 있음
My program works on MATLAB, but doesn't work on simulink. The error message says that Ph1 is empty. But it shouldn't be and is not empty on MATLAB. Can someone help me ?
I gather that you are trying to use a MATLAB function to process inputs into two Averages. MATLAB function works the same on bot...
My program works on MATLAB, but doesn't work on simulink. The error message says that Ph1 is empty. But it shouldn't be and is not empty on MATLAB. Can someone help me ?
I gather that you are trying to use a MATLAB function to process inputs into two Averages. MATLAB function works the same on bot...
대략 4년 전 | 2
| 수락됨
답변 있음
plotting multiple variables with stacked plot
Hi, I gather that you need to generate two separate plots for Apple and Banana in the same plot. It is possible to create t...
plotting multiple variables with stacked plot
Hi, I gather that you need to generate two separate plots for Apple and Banana in the same plot. It is possible to create t...
대략 4년 전 | 1


