Community Profile

photo

Gargi Patil

Last seen: 12ヶ月 前 2021 年からアクティブ

統計

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • Revival Level 2
  • First Answer

バッジを表示

Content Feed

表示方法

回答済み
plugging in a function inside fittype, error
Hi, This error can be resolved by declaring the size of the output array yf beforehand in the function Exp_t as follows: funct...

2年以上 前 | 1

| 採用済み

回答済み
writecell() error with 'AutoFitWidth' option
Hi, The property AutoFitWidth is used to adjust column width automatically. Thus, it can only be used when writing to spreadshe...

2年以上 前 | 0

回答済み
How to solve an equation with two matrices?
Hi, As suggested in the comments, the result can be stored in a variable S. S will be a struct with the fields theta1, alpha, d...

2年以上 前 | 0

回答済み
mex codegen issue: Class insfilterNonholonomic is not supported by coder.Type as it is a handle class.
Hi, Code generation does not support handle class objects as entry point arguments. You can refer to the linked documentation f...

2年以上 前 | 0

| 採用済み

回答済み
How can I get the first matrix of this equation?
Hi, As mentioned in the comments, 2 matrices can be multipled using the * operator. The following code describes the same: A =...

2年以上 前 | 0

回答済み
if the imaginary part of a complex number is zero
Hi, My understanding is that you would like to detect imaginary values equal to zero at the following line: tt(v)=~any(imag(z(...

2年以上 前 | 0

回答済み
그래프를 그릴때 y축을 지수축으로 설정하는 방법이 무엇일까요
Hi, I understand that you would like to plot a graph with exponential values equally spaced on the y-axis. Kindly refer to the ...

2年以上 前 | 0

回答済み
How to install MinGW64 compiler manually for Matlab 2019a
Hi Clare, Kindly refer to the following link which describes different cases and ways to install MinGW Compiler. https://in.ma...

2年以上 前 | 0

回答済み
im having trouble with symfun here. it says that eqn1, k1, and k2 must be data of sym. how do i do that?
Hi, I'm unable to reproduce the error you are facing. The code provided in the question is running without errors in MATLAB R20...

2年以上 前 | 0

回答済み
inverse fast-fourier transformation in mri
Hi, To find the inverse Fourier transform of an image, I'd recommend using the function ifft2. You can refer to the following c...

2年以上 前 | 0

回答済み
Unrecognized function error.
Hi, As mentioned in the comments, the forward slash in the path is not required. Ensure the image is on the MATLAB path or pass...

2年以上 前 | 0

回答済み
FM Spectrum of sinusoidal signal
Hi, You can refer to the following resources as a starting point to plot the spectrum of a FM Modulated signal: https://in.mat...

2年以上 前 | 0

| 採用済み

回答済み
I can not find enable ASAP2 interface block in matlab 2021a
Hi, As mentioned in the release notes (under Functionality being removed or changed for Code Interface Configuration and Integr...

2年以上 前 | 1

回答済み
How to calculate code coverage for main code by its unit tests?
Hi, In the MATLAB Code Coverage Report, the Breakdown by Source section will list the source file(s) and provide details about ...

2年以上 前 | 0

回答済み
Problemas en la instalación
Hi, I understand that your MATLAB installation is getting stuck at 94%. You can refer to the following resources that list out ...

2年以上 前 | 0

回答済み
Solving system of ODEs using Euler's method and 4 th order Runge Kutta method.
Hi, The given code throws the error "Array indices must be positive integers or logical values.". The code in the if-else is wr...

2年以上 前 | 0

回答済み
Unrecognized function or variable 'pdeCoefficients'.
Hi! The version number you have provided refers to MATLAB R2015b. However, the function pdeCoeffecients was introduced in R2021...

2年以上 前 | 1

回答済み
Anyone knows how i can simulate a synchronous reluctance motor?maybe i need a special toolbox?
Hi, The Synchronous Relucatance Motor can be represented using the SynRM block in Simscape Electrical.

2年以上 前 | 0

回答済み
How do I save changes to an edf file that was generated from EyeLink?
Hi, The save command by default saves a given file as a MAT-file. MathWorks provides support to work with EDF/EDF+ Files throug...

2年以上 前 | 0

回答済み
When I use the sendmail function, I got this error 'Could not connect to SMTP host: smtp.gmail.com, port: 465, response: -1' How can I fix this error?
Hi! The given error could not be reproduced and the code shared by you successfully sends a mail as expected on MATLAB R2020b...

2年以上 前 | 0

| 採用済み

回答済み
Extracting coefficients of 'sinwt', 'coswt', sin2wt etc from a symbiolic expression.
Hi, My understanding is that you would like to extract the coefficients of a symbolic trigonometric expression. The function "...

2年以上 前 | 0

回答済み
라이선스 전송횟수 초과
Hi, There does exist a constraint on the number of computers MATLAB can be installed on and how many times the license can be r...

2年以上 前 | 0

回答済み
How to opened MATLAB offline ???
You can refer to the following thread which describes commmon issues that prompt MATLAB to ask you for activation repeatedly: Wh...

2年以上 前 | 0

回答済み
How to programmatically update "Code Mappings - AUTOSAR SW Component "?
Outports and other model elements can be programmatically configured through the interface for code mappings. You can refer to ...

2年以上 前 | 0

| 採用済み

回答済み
How to learn more about cell usage
To learn more about cells, you can refer to the following documentation as a starting point: Cell array.

2年以上 前 | 0

回答済み
How to run independent for loops altogether
Hi, You can refer to this thread which introduces parallel computing and parfor to run for loops in parallel.

3年弱 前 | 0

回答済み
Unrecognized function or variable
Hi, The given error could not be reproduced. The provided code didn't throw any errors when run on MATLAB Online and successfu...

3年弱 前 | 0

回答済み
Run a script file "i" times and save output variable to a 3D array
The code provided by you should correctly assign the values to result. You can also simplify it by using the following code in t...

3年弱 前 | 0

| 採用済み

回答済み
How do i get aproximation of a function?
Hi, You can refer to the following thread for function approximation which includes a least squares method approach as well a...

3年弱 前 | 0

回答済み
Reshape list into columns
I understand that you would like to create a matrix with each column containing same elements and each row having unique element...

3年弱 前 | 0

| 採用済み

さらに読み込む