photo

Animesh


Last seen: 26일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to return the value to workspace after user select item in pop-up menu
Hey @wenchao zhang, You can use the assignin function in MATLAB to save the selected value to the workspace. Here's how you c...

대략 2개월 전 | 0

| 수락됨

답변 있음
Why Does numel() Accept More than One Argument?
Hey @Paul, When the numel function in MATLAB is called with more than one input argument, it returns the product of number of e...

대략 2개월 전 | 0

| 수락됨

답변 있음
Plotting of a rolling ball
Hi @Cem Eren Aslan, You can use the plot function in MATLAB for simple visualization of the given 2D trajectory. You can refer...

대략 2개월 전 | 0

답변 있음
error of compilation with mex (environement wsl -> ubuntu -> matlab 2024)
Hey @Remi Choquet, The following MATLAB Answer might be of help: https://www.mathworks.com/matlabcentral/answers/78436

대략 2개월 전 | 0

답변 있음
Generate all the prime numbers that are less than or equal to 100 using loop
Hey @Koushika, The following MATLAB answer might help: https://www.mathworks.com/matlabcentral/answers/628618

대략 2개월 전 | 1

답변 있음
Simulink tools are not shown at the top of the window
Hi Daniel, I have tried this in the latest release of MATLAB (R2024a), and this issue doesn't seem to be present there. You mi...

대략 2개월 전 | 0

답변 있음
Unable to load a .stl into file solid (MATLAB R2021a)
Hey @Theodore Bien, Seems like you are unable to unlock the "sm_lib" library. You can use the following command to do so: se...

2개월 전 | 0

답변 있음
peltier cooler model element
Hey @Adam, The Heat Flow block is not an in-build library block in Simulink; hence you are unable to find it. Furthermore, t...

2개월 전 | 0

답변 있음
exportgraphic crops the 10^N of scientific notation of the tickvalues
Hey @Jue Gu, This seems to be a bug in MATLAB R2024a. One possible workaround could be to use saveas function instead of expor...

2개월 전 | 0

| 수락됨

답변 있음
Cannot generate method documentation for abstract class
Hey @Daniele Lupo This seems to be an issue with the way you have declared your functions. The functions should be declared i...

3개월 전 | 0

| 수락됨

답변 있음
Is it possible to do a Missing completely at random (MCAR) test in multivariate data in matlab using, for example, the Little's MCAR test?
Hey @Guillermo Quintas As far as I know, there is not any built-in function specifically for MCAR test (such as Little’s MCAR ...

3개월 전 | 1

| 수락됨

답변 있음
how do i turn off the Mathwork update installer installation?
Hey @Isabelle Gouirand, Unfortunately, MathWorks does not allow an update to be canceled once it's in progress. Canceling the...

3개월 전 | 0

답변 있음
Generate staircase waveform from given sine waveform in Simulink
Hey @Tharun Consider the use of a Quantizer block in Simulink for this scenario. The Quantizer block discretizes the input sig...

3개월 전 | 0

답변 있음
Fix to frequent "Application not responding" for MATLAB on the Mac
Hey @Daniel Dolan I have encountered a similar issue before. It seems to be related to the version of Java that comes with MAT...

3개월 전 | 0

답변 있음
merge two apps in MATLAB App Designer into a single app
Hey @Marwa Sami You can create a third application with MATLAB App Designer and call the other two applications from it. The ca...

3개월 전 | 0

답변 있음
Simulink cannot unify the dimensions of the multiplexed signal at output
Hey @he Seems like you are trying to pass values from inport block to transfer function but are unable to do so because transf...

3개월 전 | 0

답변 있음
model simulation by ignore model reference
Hey @VIJITTRA KANJANARAT  It might not be possible to determine the data flow between model blocks without simulating (or upda...

3개월 전 | 0

답변 있음
How can I call satelliteScenarioViewer() by using Simulink (only)
Hey @Tanatsan It seems like you want to call an existing function, satelliteScenarioViewer, using Simulink. We can utilize the...

3개월 전 | 0

답변 있음
applying the Parsen Window using a specific frequency for the width estimation
To implement a smoothing operation using a Parzen window of width 0.1 Hz on the Fourier Amplitude Spectrum (FAS) of a signal, th...

3개월 전 | 0

| 수락됨

답변 있음
Is Sine Wave Function Block the best for Signal Creation?
Hey @Alexander Gaudreau Firstly, the position graph presented in the model spans 15 seconds. However, since we have added a sa...

3개월 전 | 1

| 수락됨

답변 있음
cgs algorithm not working with function defined system matrix
Hey @asim asrar The error message "Arrays have incompatible sizes for this operation" typically indicates that there is a size ...

3개월 전 | 0

| 수락됨

답변 있음
exponential of a matrix to determine transition probability matrix
Hey @susman, The function “expm” computes the matrix exponential. Matrix exponential is a standard mathematical operation on m...

5개월 전 | 0

답변 있음
yline disappeared after closing a saved figure when reopening
Hey @John Pausder I have been encountering a similar issue while working with “xline” and “yyaxis”. The only workaround I can t...

5개월 전 | 1

답변 있음
Quadratic Lagrange Interpolation in MATLAB not working
It seems you are facing an issue to interpolate using quadratic lagrange interpolation. Firstly, there seems to be some issue ...

5개월 전 | 0

답변 있음
About Solving nonlinear ODE
Hey @WooJin Choi Seems like you are trying to solve nonlinear ODE given by “A1*diff(y,t) - A2*(2*g*y + diff(y,t)^2)^(1/2) = K1”...

5개월 전 | 0

답변 있음
How to extend the curve fitting graph beyond given experiment values?
Hey @CHITTI SATYA SUNDARA UDAY SRIKANTH It looks like you are trying to extend the fitted curve to an “x” value 1,000,000 and f...

5개월 전 | 0

답변 있음
How to execute GUI callbacks in separate .m files.
Hey @Alena Schwartz, It seems like you are trying to structure your MATLAB GUI code by separating the callbacks into different...

5개월 전 | 0

답변 있음
Change value of a dropDown menu containing objects of different classes
Hey @Nicolas Kaiser, I understand the challenge you are facing with the “DropDown” elements in MATLAB, with the intricacies o...

5개월 전 | 0

답변 있음
List of xyz coordinates for two vectors that continuously change through time, how to find angle between the two vectors as time passes and their coordinates change?
Hi @alexandra ligeti It seems like you are trying to calculate the vector that points from the source point (Source x, y, z) t...

5개월 전 | 0

답변 있음
Editor font size is smaller than command window font size
Hi @Man Shiu Kwok I understand that you want to increase the editor font size. To do so, try using control+scrollUp in co...

5개월 전 | 0

더 보기