Community Profile

photo

Gargi Patil

Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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 =...

mehr als 2 Jahre vor | 0

Beantwortet
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(...

mehr als 2 Jahre vor | 0

Beantwortet
그래프를 그릴때 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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 1

Beantwortet
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.

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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 "...

mehr als 2 Jahre vor | 0

Beantwortet
라이선스 전송횟수 초과
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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.

mehr als 2 Jahre vor | 0

Beantwortet
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.

etwa 3 Jahre vor | 0

Beantwortet
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...

etwa 3 Jahre vor | 0

Beantwortet
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...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
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...

etwa 3 Jahre vor | 0

Beantwortet
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...

etwa 3 Jahre vor | 0

| akzeptiert

Mehr laden