photo

Yash


Last seen: Today 2023년부터 활동

Followers: 1   Following: 0

통계학

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to solve this question
Hi @TERESA, Since this is an assignment question, I will provide you a few resources which will help you in solving it. 1. You...

23일 전 | 2

답변 있음
Help me to solve
Hi @TERESA, This seems to be an assignment question. Therefore, I won't be providing the exact solution, I will provide you a f...

23일 전 | 1

답변 있음
cmd+0 shortcut on mac
Hi @AL, I noticed that a similar issue has been discussed in this MATLAB Answers post: https://www.mathworks.com/matlabcentral/...

23일 전 | 0

답변 있음
Data Dictionary and Model Reference hierarchy
Hi Florian, I am unable to understand the query for referencing a model in the parent model's data dictionary. Let us assume t...

24일 전 | 0

답변 있음
Using LaTeX packages in MATLAB Plots
Hi @Luke If you want only a few characters, you can use the Unicode decimal code for them. For example, the Unicode decimal cod...

대략 2개월 전 | 0

답변 있음
How to modify the icon in the upper left corner of the app designer
Hi @Xiang Li, You can change the icon on the top left of the uifigure by following the steps mentioned below: Select the "app....

대략 2개월 전 | 0

답변 있음
how to plot x y over time
Hi @Korrawit Since you have the "eyetrackRecord" data variable, you can ustilise the hist3 function to get the heatmap. numBin...

대략 2개월 전 | 0

답변 있음
How to break FOR loop in simulink
Hi Minhkiyo, There are multiple solutions possible to resolve this issue: 1. While Iterator block Instead of using a "For Ite...

3개월 전 | 0

답변 있음
Is anyone working on e-powertrain MBD?
Hi Mohan, MATLAB and Simulink are excellent tools for model-based design (MBD) and are widely used in the industry. However, th...

3개월 전 | 1

답변 있음
Comments in code for orientation not clear
Hi Yasser, Based on the comments in your MATLAB code, it seems like the author has provided a framework for parameter extractio...

3개월 전 | 0

| 수락됨

답변 있음
Employing RegularizeData3D function
Hello Richard, I couldn't find detailed documentation for the "RegularizeData3D" function you mentioned. The Add-On page does n...

3개월 전 | 0

답변 있음
Can't connect to NI DAQ USB6003 on Windows 11/Matlab 2024a
Hello Holden, The error you are facing indicates that the installed version of National Instruments NI-DAQmx driver is not supp...

3개월 전 | 0

답변 있음
Programmatically open ModelExplorer with a data dictionary entry selected?
Hi John, There are multiple ways to open a data dictionary in model explorer programatically and show its content. However, ple...

3개월 전 | 0

답변 있음
How to do film dosimetry?
Hi Omid, To work with separate RGB channels in film dosimerty, the "imread" function is commonly used to read images, and "im2d...

3개월 전 | 0

답변 있음
How to display histogram
Hello Azam, I tried executing the given code with the provided CSV file. I am able to get the histogram as shown below: Ther...

3개월 전 | 0

답변 있음
writing a script to find roots using Newton-Raphson Method in Matlab, how ?
Hi Zee, There could be various methods to achieve this, I have attached one approach below for your reference. Please verify th...

3개월 전 | 0

답변 있음
How to integrate MATLAB .m file in Python script to run it in OPAL-RT Platform?
Hi Prithwi, As I can understand, you have one simulink model, which will be simulated multiple times with varying parameters an...

3개월 전 | 0

답변 있음
how to export images to pdf
Hi Lukas, As I can understand, you want a pdf with each page as a given image in the folder. Instead of using the "hgexport" fu...

3개월 전 | 0

답변 있음
How to open a .mldatx-file?
Hi, An MLDATX file is used to save and load Simulation Data Inspector Sessions in MATLAB. Please refer to the following section...

3개월 전 | 0

답변 있음
What is the cause of the error message "FIMATH mismatch:Property 'ProductWordLength'" here?
Hi Torsten, The error you're encountering suggests a mismatch in the "ProductWordLength" property when performing the computati...

3개월 전 | 0

답변 있음
Block of simulink question
Hi Marie, The block shown in the image represents a transfer function. There are multiple blocks in Simulink that can serve thi...

3개월 전 | 0

답변 있음
Failed to load module 'canberra-gtk-module'
Hi Joe, The message you are encountering is informational and has no effect on MATLAB. This issue is a known bug and has been a...

3개월 전 | 0

답변 있음
Unresponsive Curve Fitter app in Ubuntu
Hi Javier, The issue you are facing is related to GNOME desktop environments. MathWorks has acknowledged this in the following ...

3개월 전 | 0

답변 있음
I'm getting this error. Why and how to solve?
Hello Haszuraidah, The error you are encountering is related to timestamp issues during the code generation and build process. ...

3개월 전 | 0

답변 있음
Set up the DFT algorithm
Hi David! I am unable to understand the meaning of "continuous mathematical model of DFT". The Discrete Fourier Transform (DFT)...

5개월 전 | 0

| 수락됨

답변 있음
How to convert state space equations to lorenz form?
Hi Prathvi, Assuming you have a set of data or a model you want to fit into this form, the process involves defining the Lorenz...

7개월 전 | 0

답변 있음
State Flow C Action Language Bitwise Operators
Hi Tyler, The incorrect results in 32 bit are obtained due to saturation on integer overflow. Upon executing the model, you sho...

7개월 전 | 2

| 수락됨

답변 있음
how to resolve that error?
Hello, The error that you are encountering is due to the unresolved symbols in the Stateflow chart of the model. To resolve th...

7개월 전 | 0

답변 있음
How to use Unicode numeric values in regexprep?
Hi Vlad, '\x{C4}' represents the Unicode character Ä (Latin Capital Letter A with Diaeresis) in hexadecimal notation. If you w...

8개월 전 | 0

| 수락됨

답변 있음
How to get x value for a given y value in a interp1 figure?
Hi Wuwei, You can use the "interp1" function to find the values from the interpolation. Given below is an example: x_ref = [-...

8개월 전 | 0

더 보기