Community Profile

photo

Lokesh


Last seen: Today Con actividad desde 2022

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English
Pronouns:
He/him

Estadísticas

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Matlab error: Error using simulannealbnd Too many input arguments. Error in mainsa (line 12) [x, fval, exitflag, output] = simulannealbnd(abc, x0, [], [], lb, ub, options);
Hi ASWATHI, The correct syntax for the 'simulannealbnd' function is as follows: "simulannealbnd(fun,x0,lb,ub,options)". Based o...

alrededor de 19 horas hace | 0

Respondida
split Each Data store
Hi shehryar, It is my understanding that you would like to split datastore maintaining the alignment of images and their corres...

alrededor de 19 horas hace | 0

Respondida
Tengo 2 gráficas , en el eje Y tengo Aceleración en gráf. 1 y Velocidad en gráf. 2. Y en el eje X para ambas tengo Periodo (Segundos). ¿Como puedo crear una tercera gráfica?
Hi Queren, It is my understanding that you want to plot acceleration vs displacement, given acceleration vs time and velocity v...

alrededor de 23 horas hace | 0

Respondida
I have 2 graphs , on the Y axis I have Acceleration in graph. 1 and Speed in graph 2. And on the X axis for both I have Period (Seconds). How can I create a third chart?
Hi Queren, It is my understanding that you want to plot acceleration vs displacement, given acceleration vs time and velocity v...

alrededor de 23 horas hace | 1

| aceptada

Respondida
Error using fmincon function
Hi Nazia, It appears you are encountering the "Too many input arguments" error while using the 'fmincon' function. The correc...

alrededor de 24 horas hace | 0

Respondida
How to use a transformed data store to train the network ?
Hi Badavath, It is my understanding that you are encountering an issue when transforming an Image Datastore, as the resulting t...

1 día hace | 0

Respondida
How to check mixer upconverted output at 2.4GHz?
Hello Rajashree, To verify that your signal has been upconverted to 2.4 GHz before transmission, you can utilize the Spectrum A...

2 días hace | 0

Respondida
Calculating Greatest Common Divisor using While loop
Hi Dylan, I understand that you are working on implementing the GCD of two numbers using a while loop, aiming to apply the Eucl...

2 días hace | 1

Respondida
Is it a Python matlab.engine's bug for slicing 2D data?
Hi, I understand that the 'sub_img' obtained after slicing 2D data 'img' does not match your expected result. When attempting ...

2 días hace | 0

Respondida
error >> Matrix dimensions must agree. How to fix
Hi Ofer, It appears that you are encountering the error "Matrix dimensions must agree" while running your MATLAB script. This...

3 días hace | 0

Respondida
sprintf in 2 lines, with 2 variables, in bold, and interpreter latex
Hi Sim, It is my understanding that you would like to bring the text corresponding to "'{\\boldmath$\\alpha=%d$}',alpha" to a s...

3 días hace | 1

| aceptada

Respondida
split up a matrix at discontinuities
Hi puccapearl, I understand that you are looking to split the matrix into smaller matrices(or segments) whenever there is a dis...

3 días hace | 1

Respondida
PID TUNING tool a Simulink control design license but license checkout failed while flag =1
Hi Dhara, It is my understanding that you are encountering a 'License checkout Failed' error while using the PID tuning tool. ...

25 días hace | 0

Respondida
How long can "post installation tasks" last?
Hi Anita, It is my understanding that your installation hangs at "post-installation tasks" and does not complete. Please refer...

25 días hace | 0

Respondida
Install matlab R2023b on mac
Hi Parham, I understand that your installation hangs at "Performing post-installation tasks" and has not completed. Please ref...

25 días hace | 0

Respondida
Can not calculate coefficient Accurately
Hi inzamam, As per my understanding, the values of coefficients returned from 'coeffs' is different from your expected values....

30 días hace | 0

Respondida
How can I solution the problem that Static code metrics report was not successfully generated becuase of the following errors?
Hi CHEN, It is my understanding that you are encountering issues with generating Static Code Metrics Report. The following are...

30 días hace | 0

Respondida
Not able to generate Static Code Metrics Report
Hi Preetham, As per my understanding you are encountering issues with generating Static Code Metrics Report for the Model buill...

30 días hace | 0

Respondida
Unrecognized function or variable 'x'.
Hi Soumya, Based on my understanding, you are encountering an error stating "Unrecognized function or variable 'x'" while runn...

30 días hace | 0

Respondida
STM32 Discovery generation code error
Hi Leandro, From the details provided in the error log, it is my understanding that you are encountering a build error due to a...

alrededor de 1 mes hace | 0

Respondida
Why am I getting this error? Unrecognized function or variable 'snopt'. Error in Untitledidk (line 362) [x, f, inform, xmul, fmul] = snopt(Pls can some one show me a solution
Hi Mudrik, As per my understanding, you are encountering an error related to using 'snopt' in your MATLAB code. The error mess...

alrededor de 1 mes hace | 0

Respondida
How to initialize the values corresponding to the input argument of a function and use it in the following way as mentioned in the code
Hi Laxmi, As per my understanding, you want to know how the variables are initialised using the input argument 'veh' as shown i...

alrededor de 1 mes hace | 0

Respondida
C++ compiler produced errors
Hi chan, As per my understanding, you are encountering an error due to mismatch in the declaration of 'main' function between '...

alrededor de 1 mes hace | 0

Respondida
C++ compiler produced errors.
Hi chan, As per my understanding, you are encountering an error due to mismatch in the declaration of 'main' function between '...

alrededor de 1 mes hace | 0

Respondida
How do I find the find the maximum value of absolute of a complex function ?
Hi Sahil, As per my understanding, you have a complex function that accepts real numbers as input, and you wish to find the max...

alrededor de 2 meses hace | 0

Respondida
"Errors parsing header file" when building interface C++ library
Hi Damien, I understand that you are facing errors when building a C++ interface library on macOS. The issue you are encounteri...

alrededor de 2 meses hace | 0

Respondida
필요한 툴박스를 알아내는법이 무엇인가요?
Hello, I understand that you are encountering issues with the "pck" function in MATLAB. Please refer to the following steps t...

2 meses hace | 0

Respondida
How do I give constants as input to an executable generated in Simulink running on a Beaglebone Blue?
Hi Roderick, I see you are looking for an efficient way to test different control algorithm configurations on your 'BeagleBone...

3 meses hace | 0

Respondida
There is no generated (*.elf) file from code deployment on Raspberry pi..
Hello Ali, I understand that you cannot find the output file(.elf) after code generation in the directory mentioned in code ge...

3 meses hace | 0

Respondida
Matlab 2021b is unstable on MacBook Pro 2019
Hi Steve, I understand that you are encountering issues with MATLAB R2021b on MacBook Pro 2019. Please refer to the following...

3 meses hace | 0

Cargar más