已回答
Sumatorio en matlab para una señal
Hi Francisco, Como no soy hablante nativo de coreano, intentaré responder esta pregunta en inglés. Gracias por su comprensión. ...

11 months 前 | 0

已回答
Importing Data to Simulink with Dates
Hi Klaudia, I understand that you want to import an excel spreadsheet in the Simulink that contains data for a full year, detai...

11 months 前 | 0

已回答
mex cuda code for matrix multiplication
Hi Chieh-Hsun, Looks like you are trying to calculate matrix multiplication of matrices A and B using "mex" CUDA code but the r...

11 months 前 | 0

| 已接受

已回答
slrealtime.Application fails with "Enter a valid application name"
Hi Jeffrey, Looks like you are trying to run "slrealtime.Application('<appname>')" where <appname> is the application name with...

11 months 前 | 0

已回答
How can I solve this nonlinear equation? I tried fsolve、fzero and vpasolve, which all could not found solutions. My target is to find solution of 'w' with different 'z'
Hi LiangXi, Looks like you are getting following errors while solving the equation using "fsolve": 1. Solver stopped prematur...

11 months 前 | 0

已回答
non linear fitting with subroutine
Hi Daniele, Looks like you are facing errors while executing the MATLAB code snippet which you have provided. I have debugged ...

11 months 前 | 0

| 已接受

已回答
I got SIB1 bit message from lteDLSCHDecode() function. But it is a {208 x 1 int 8} cell. How will I decode this to get BCCH-DL-SCH-Message.
Hi Aritrik, I understand that you are getting SIB1 bit message which is a 1x1 cell array of size { 208x1} and you want to know ...

11 months 前 | 0

已回答
Making a mex function for a rather complex code
Hi Shojaei, Looks like you want to have a mex function in C/C++ for the MATLAB subroutine "Cost". There are total 5 input argum...

11 months 前 | 0

已回答
How to calculate Friction force for Journal Bearing ?
Hi Pratyush, I understand that you have discrete pressure variation for journal bearing and you want to find the friction force...

11 months 前 | 0

已回答
Perform Image Acquisition, Post Processing and plotting in parallel using SPMD
Hi Cristian, It looks like you want to plot latest captured image from worker 1 and latest post-processed image from worker 2 s...

11 months 前 | 0

| 已接受

已回答
Why code fail to bootstrap when points lower than a certain limit?
Hi Andi, I understand that you are facing error using “bootci” function. You are reading “data.csv” file in which you are call...

1 year 前 | 0

已回答
Communication Rate Between Host and Target Models
Hi, I understand that you are currently using a sampling rate of 10 kHz and buffering 600 samples before transmitting from the...

1 year 前 | 0

已回答
Include C-code in Simulink with pointers within a structure
Hi Roman, I understand that you are trying to create “Simulink.Bus” object using the function “Simulink.importExternalCTypes” ...

1 year 前 | 0

已回答
Energy cost calculation from instantaneous power
Hi Joydeep, I understand that you need to calculate the total electricity cost consumed over one year period using the given pa...

1 year 前 | 0

已回答
2012b Disable function
Hi Varun, Looks like you are getting “disable functions” auto generated while using embedded coder something like this “xyz_Dis...

1 year 前 | 0

已回答
basin for attraction of multiple attractor
Hi Ajay, I understand that you are currently able to plot basin of attraction for one attractor, but you want to plot basin of ...

1 year 前 | 1

| 已接受

已回答
how to establish a midi device for software audio plugins using MATLAB 2023a new features
Hi Dimitrii, Looks like you want to send MIDI messages from your midi controller to MATLAB input midi channel, process all the...

1 year 前 | 0

已回答
fsolve with variable undeclared - converting to web app
Hi George, Looks like you want to solve the “Loss Function” equation using “fsolve”. You have shared a code snippet for the sam...

1 year 前 | 0

已回答
How should I plot the CDF for another parameter
Hi Shufan, Looks like you want to plot CDF of amplitude variation with elevation. Currently you are able to plot CDF of the am...

1 year 前 | 0

已回答
Is there a code to convert/visualize a 3d figures (.fig) consisting of chemical bonds and structures into a 2d format, or into .pdb format?
Hi, As per my understanding to the question, you want to convert 3d figure (“.fig”) which consists of chemical bonds into 2d i...

1 year 前 | 0

| 已接受

已回答
Opening and closing multiple excel files
Hi Zach, The issue you're experiencing in MATLAB version R2016b with Excel workbooks behaving as if they are still open for ed...

1 year 前 | 0

已回答
find what is the bounding box that encircles the whole objects as one unit?
Hi David, As I can see you have given an image which consists of a text “Disney”, and you want to enclose this text with a bou...

1 year 前 | 0

已回答
vpasolve() Unable to find variables in equations for solving determinant of a matrix that has symbolic inside as zero
Hi Felis, After looking at your code, I perceive that you have created a symbolic variable ‘p’ and you are trying to get solut...

1 year 前 | 0

已回答
Error executing bearing failure detection code using deep learning transfer learning in MATLAB: How can I solve it?
Hi, I see that you're encountering an error in the "PMDa​tastore.m" file, specifically in the given section: try rdata =...

1 year 前 | 0

已回答
Timer object is triggering much faster than specified?
Hi Chirs, I understand that you are attempting to read “modbus” registers at a frequency of 2 Hz using a timer object. However...

1 year 前 | 0

| 已接受

已回答
Aggregation methods, index ranking
Hi, I understand that you have collected 30 parameters for 200 states and you want to generate an index from them using CKYL m...

1 year 前 | 0

已回答
How to print the sum of the middle array's columns ?
Hi, I understand that you are trying to calculate the sum of middle column of a matrix (odd) without using “sum” function. You ...

1 year 前 | 0

已回答
Vectorize class function over all objects
Hi Marc, I understand that you want to implement “growth” function/ method in a class which can modify properties like “radius”...

1 year 前 | 0

已回答
C MEX Bug: String Preprocessor Concatenation Not Working?
Hi Dana, I understand that you are trying to include “../STM32_Drivers/stm32l4/HAL_Driver/Inc/stm32l4xx_hal_adc.h” by followin...

1 year 前 | 0

| 已接受

已回答
Can the `help` function parse functions defined in Live Scripts
Hi Rohan, I understand that comments inside a function is not able to be parsed by ‘help’ command on R2022a. I ran it locally ...

1 year 前 | 0

加载更多