回答済み
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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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...

12ヶ月 前 | 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 ...

12ヶ月 前 | 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 ...

12ヶ月 前 | 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...

12ヶ月 前 | 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...

12ヶ月 前 | 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...

12ヶ月 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年 前 | 0

さらに読み込む