![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20858800_1610695573228_DEF.jpg)
Gargi Patil
Followers: 0 Following: 0
Estadística
0 Preguntas
45 Respuestas
CLASIFICACIÓN
1.346
of 297.016
REPUTACIÓN
52
CONTRIBUCIONES
0 Preguntas
45 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
alrededor de 3 años hace | 1
| aceptada
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...
alrededor de 3 años hace | 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...
alrededor de 3 años hace | 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...
alrededor de 3 años hace | 0
| aceptada
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 =...
más de 3 años hace | 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(...
más de 3 años hace | 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 ...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 0
| aceptada
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...
más de 3 años hace | 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 ...
más de 3 años hace | 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 ...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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.
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 0
| aceptada
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 "...
más de 3 años hace | 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...
más de 3 años hace | 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...
más de 3 años hace | 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 ...
más de 3 años hace | 0
| aceptada
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.
más de 3 años hace | 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.
casi 4 años hace | 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...
casi 4 años hace | 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...
casi 4 años hace | 0
| aceptada
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...
casi 4 años hace | 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...
casi 4 años hace | 0
| aceptada