![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/30872146_1692790499473_DEF.jpg)
Nivedita
2023년부터 활동
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi, Bengali, Telugu
Pronouns:
She/her
Python, C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi, Bengali, Telugu
Pronouns:
She/her
Feeds
답변 있음
How do I estimate position from an imu in the case of gps dropout in simulink?
To estimate position using data from accelerometer and IMU sensor (orientation), you can integrate the acceleration data once to...
How do I estimate position from an imu in the case of gps dropout in simulink?
To estimate position using data from accelerometer and IMU sensor (orientation), you can integrate the acceleration data once to...
대략 1개월 전 | 0
답변 있음
Using Hardware Interrupt with STM32 Nucleo F767ZI board
I would suggest that if you prefer to stay within Simulink, then you could create a custom S-Function in Simulink to handle the ...
Using Hardware Interrupt with STM32 Nucleo F767ZI board
I would suggest that if you prefer to stay within Simulink, then you could create a custom S-Function in Simulink to handle the ...
대략 1개월 전 | 0
답변 있음
Simscape model keeps on crashing
This error might probably occur due to 100% usage of virtual memory. Virtual memory can be increased by following the instructio...
Simscape model keeps on crashing
This error might probably occur due to 100% usage of virtual memory. Virtual memory can be increased by following the instructio...
대략 1개월 전 | 0
답변 있음
I am doing project on induction motor. I have to show simulations to my supervisor, but as i have to USe ESP32 micro-controller which i am unable to find on simulink.
Hello Kaka, Simulink does not provide any simulation type of interface similar to TinkerCAD, which you are looking for as I can...
I am doing project on induction motor. I have to show simulations to my supervisor, but as i have to USe ESP32 micro-controller which i am unable to find on simulink.
Hello Kaka, Simulink does not provide any simulation type of interface similar to TinkerCAD, which you are looking for as I can...
7개월 전 | 0
답변 있음
error in print function output name
It seems like the issue is related to how MATLAB handles file paths and the "print" function. One common issue is the use of bac...
error in print function output name
It seems like the issue is related to how MATLAB handles file paths and the "print" function. One common issue is the use of bac...
7개월 전 | 0
답변 있음
how to interpret the SpaceMouse position values and translate them into appropriate displacement values for the end effector in my simulation.
Hi Mushtariy, I do not have much knowledge on your query but I can provide you some steps to get you started, hope they help. ...
how to interpret the SpaceMouse position values and translate them into appropriate displacement values for the end effector in my simulation.
Hi Mushtariy, I do not have much knowledge on your query but I can provide you some steps to get you started, hope they help. ...
7개월 전 | 0
답변 있음
calculate mean of 4D array
Hi Gurumoorthi, As I do not have access to the data,I am providing the answering based on my undertanding from your query. You ...
calculate mean of 4D array
Hi Gurumoorthi, As I do not have access to the data,I am providing the answering based on my undertanding from your query. You ...
7개월 전 | 0
| 수락됨
답변 있음
Greek characters on plot being truncated
You can try the following alternatives to see if they resolve the issue you are facing: 1. You can specify a different font tha...
Greek characters on plot being truncated
You can try the following alternatives to see if they resolve the issue you are facing: 1. You can specify a different font tha...
7개월 전 | 0
답변 있음
How can change Dem package path in AUTOSAR Dictionary?
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. All the Basic Software (BSW) interfaces you can use in Simulink are read-only since they are ...
How can change Dem package path in AUTOSAR Dictionary?
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. All the Basic Software (BSW) interfaces you can use in Simulink are read-only since they are ...
8개월 전 | 0
| 수락됨
답변 있음
Are there any AUTOSAR guidelines to include m script function in Simulink model?
Hey Gaurav, While I couldn't find any documented guideline as such but I hope following these steps to integrate an M-script fu...
Are there any AUTOSAR guidelines to include m script function in Simulink model?
Hey Gaurav, While I couldn't find any documented guideline as such but I hope following these steps to integrate an M-script fu...
9개월 전 | 0
답변 있음
How to block a drawnow from executing callbacks?
Hey Brandon, You can try using the following approach to block drawnow from executing callbacks: I have introduced a global fl...
How to block a drawnow from executing callbacks?
Hey Brandon, You can try using the following approach to block drawnow from executing callbacks: I have introduced a global fl...
9개월 전 | 0
답변 있음
USB-2416-4AO Matlab Live user interface
Hello Harshaun, Your code seems to be correct for reading data from a DAQ device and plotting it. However, if you’re not able t...
USB-2416-4AO Matlab Live user interface
Hello Harshaun, Your code seems to be correct for reading data from a DAQ device and plotting it. However, if you’re not able t...
9개월 전 | 0
답변 있음
Empfangene Daten von Workspace in AppDesigner schieben und plotten
Hallo Eric, Ich verstehe, dass Sie eine Live-Datendarstellung in MATLAB App Designer mithilfe von Daten erreichen möchten, die...
Empfangene Daten von Workspace in AppDesigner schieben und plotten
Hallo Eric, Ich verstehe, dass Sie eine Live-Datendarstellung in MATLAB App Designer mithilfe von Daten erreichen möchten, die...
9개월 전 | 0
답변 있음
Make 3D object in Ansys HFSS using MATLAB script
Hello Rahul, You can refer to the following Github link for your purpose: HFSS-MATLAB-SCRIPTING-API I hope it helps!
Make 3D object in Ansys HFSS using MATLAB script
Hello Rahul, You can refer to the following Github link for your purpose: HFSS-MATLAB-SCRIPTING-API I hope it helps!
9개월 전 | 0
답변 있음
"Arrays have incompatible sizes for this operation" problem occur when using integral function
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. The issue arises from the operation "self.func_Ec(x) - E" due to a mismatch in the dimensions...
"Arrays have incompatible sizes for this operation" problem occur when using integral function
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. The issue arises from the operation "self.func_Ec(x) - E" due to a mismatch in the dimensions...
10개월 전 | 0
답변 있음
converting shape into polygon with sides of a given length
Hello Mary, Assuming that you want to keep the number of sides of the equal length polygon the same as the initial shape, here ...
converting shape into polygon with sides of a given length
Hello Mary, Assuming that you want to keep the number of sides of the equal length polygon the same as the initial shape, here ...
10개월 전 | 0
답변 있음
How to write a step function, x(t-tau), within a differential equation
Hello Jack, The issue you're encountering with the heaviside function is that it doesn't actually delay the functions "T(t)" an...
How to write a step function, x(t-tau), within a differential equation
Hello Jack, The issue you're encountering with the heaviside function is that it doesn't actually delay the functions "T(t)" an...
10개월 전 | 0
답변 있음
3D그래프에서 함수를 점의 자취로 표현하려면 어떻게 해야 하나요?
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. To represent the trajectory of a point (for example, a ball flying through the air) in 3D spa...
3D그래프에서 함수를 점의 자취로 표현하려면 어떻게 해야 하나요?
안녕하세요. 문의하신 내용은 영어로 답변해 드리겠습니다. To represent the trajectory of a point (for example, a ball flying through the air) in 3D spa...
10개월 전 | 0
답변 있음
create a vector field of Ex and Ey
Hello Munawar, To create the vector field graph, you can follow these steps: Assuming your Excel file has two columns where th...
create a vector field of Ex and Ey
Hello Munawar, To create the vector field graph, you can follow these steps: Assuming your Excel file has two columns where th...
10개월 전 | 1
답변 있음
Error in sending mail through matlab
Hi Anandha, The error message you are encountering suggests an issue with the security protocol used by MATLAB to establish a c...
Error in sending mail through matlab
Hi Anandha, The error message you are encountering suggests an issue with the security protocol used by MATLAB to establish a c...
10개월 전 | 0
답변 있음
4 walls vs 1 wall - House regulation on heating
Hello Patrik, On clicking the "Air-Wall Convection" block, under Parameters, the Area is defined by the variable "wallArea" in ...
4 walls vs 1 wall - House regulation on heating
Hello Patrik, On clicking the "Air-Wall Convection" block, under Parameters, the Area is defined by the variable "wallArea" in ...
10개월 전 | 0
| 수락됨
답변 있음
Variable Sized input bus in a MATLAB Function
Hi Hugo, Here are probably a few things you could try: Make your bus object to allow for variable-size signals by setting the ...
Variable Sized input bus in a MATLAB Function
Hi Hugo, Here are probably a few things you could try: Make your bus object to allow for variable-size signals by setting the ...
10개월 전 | 0
답변 있음
multi app designer wait function
Hello Jae-Hee Park, I understand that you want to pause GUI1 until GUI2 is closed. You can do this by using the "uiwait" and "u...
multi app designer wait function
Hello Jae-Hee Park, I understand that you want to pause GUI1 until GUI2 is closed. You can do this by using the "uiwait" and "u...
대략 1년 전 | 0
답변 있음
Use the bisection method to approximate the first negative solution, the negative root that is closest to the origin. The accuracy must be of the order 10−4.
Hi Ken, I understand that you are trying to find the first negative solution using the bisection method, which is closest to th...
Use the bisection method to approximate the first negative solution, the negative root that is closest to the origin. The accuracy must be of the order 10−4.
Hi Ken, I understand that you are trying to find the first negative solution using the bisection method, which is closest to th...
대략 1년 전 | 0
답변 있음
help mee (ideal gas equation in appdesigner)
Hello Bruno, I understand that you are encountering is due to an invalid integrand being passed to the "int" function. This usu...
help mee (ideal gas equation in appdesigner)
Hello Bruno, I understand that you are encountering is due to an invalid integrand being passed to the "int" function. This usu...
대략 1년 전 | 0
답변 있음
How to calculate volume of Triangulation
Hello Thomas, I understand that you want to calculate the volume contained in a triangulation. You could try using the functio...
How to calculate volume of Triangulation
Hello Thomas, I understand that you want to calculate the volume contained in a triangulation. You could try using the functio...
대략 1년 전 | 0
답변 있음
Why I am not receiving serial data from arduino? I am using app designer
Hello María, I understand you are facing issues with receiving serial data from arduino in you rapp created using MATLAB app de...
Why I am not receiving serial data from arduino? I am using app designer
Hello María, I understand you are facing issues with receiving serial data from arduino in you rapp created using MATLAB app de...
대략 1년 전 | 0
답변 있음
How to update uiprogressdlg inside a separate .m function?
Hello Levi, You can update the "uiprogressdlg" from within your "Main" function to show the progress of your calculations. To a...
How to update uiprogressdlg inside a separate .m function?
Hello Levi, You can update the "uiprogressdlg" from within your "Main" function to show the progress of your calculations. To a...
대략 1년 전 | 0
답변 있음
Why does Excel require Spreadsheet link for an Add-in which was created in Library Compiler?
Hello Axel Stafström From the information provided, it seems like your Excel Add-In generated using MATLAB Compiler is trying t...
Why does Excel require Spreadsheet link for an Add-in which was created in Library Compiler?
Hello Axel Stafström From the information provided, it seems like your Excel Add-In generated using MATLAB Compiler is trying t...
1년 초과 전 | 0
답변 있음
startupFcn with a Timer
Hello Chloe, I understand that you want to use a timer in your app and let the user determine how long it should be running. I ...
startupFcn with a Timer
Hello Chloe, I understand that you want to use a timer in your app and let the user determine how long it should be running. I ...
1년 초과 전 | 0