Answered
How do I solve a Connector error "Did not start the server. Desired port was: 31415." in Matlab R2019a?
Hi @Elise, I have found a similar question that addresses the same issue. Refer to this link for the complete solution: ht...

ungefär 2 månader ago | 0

Answered
Why can't I use the smexportonshape command?
Hi @FRANCESCO TAGLIAFIERRO, I understand that you are experiencing some errors when attempting to use the smexportonshape comma...

ungefär 2 månader ago | 0

Answered
Getting the Licensing error: -39,147
Hi @Parag K, Based on the provided screenshot, it appears that the MATLAB License Number is unknown, which could be the cause ...

2 månader ago | 0

Answered
Error with parallel pool creation 'local'
Hi @Guillaume Carey, The most common reason for this type of problem is some sort of setup where the MATLAB session is uable to...

2 månader ago | 0

Answered
Error(s) encountered while building "Master10": ### Failed to generate all binary outputs.
Hi @Mahmoud Hassan, I've found a related post that addresses this problem; you may review it to see if it resolves your issue:...

2 månader ago | 0

Answered
Why is textscan suddenly not working anymore (using the App Designer) ?
Hi @Johannes Büchner, The most probable cause is that the file you are attempting to open is not present. Verify that the file...

2 månader ago | 0

Answered
Matlab BLE , live mode
Hi @도겸, It seems like you are unable to set up a BLE data subscription. I browsed the official documentation website to see if ...

2 månader ago | 0

Answered
Why does not this function fully set the dimensions of output port while simulating?
Hi Ramin, It appears to be a MATLAB dimension mismatch, as the error indicates. I am providing a workaround here since I do not...

2 månader ago | 0

Answered
Handling memory when working with very huge data (.mat) files.
Hi @Luqman Saleem, It seems like when you are performing some operation on Big Data which is 5D array and size 20GB accessing...

3 månader ago | 1

| accepted

Answered
Error trying to link Matlab and Aspen Plus
Hi Andres, It seems to when to try to link MATLAB and Aspen plus, you are encountering an invoke error. I went through the Ma...

3 månader ago | 1

Answered
Which version has BJT
Hi Varun, It seems like you're trying to find BJT components in Simulink, specifically for modeling NPN and PNP Bipolar Transis...

3 månader ago | 0

| accepted

Answered
How to use JTAG AXI manager to access BRAM in VCU118 FPGA board?
Hi Risi, It appears that you are running into a problem while attempting to write to FPGA memories with the JTAG AXI manager f...

3 månader ago | 0

Answered
When trying to use TCST package for matlab getting this error in MATLAb 2024a "Caught "std::exception" Exception message is: Invalid character code sequence detected."
Hi Aditya The presence of non-English characters in a file path is usually indicated by the warning "Invalid character code seq...

3 månader ago | 0

Answered
How to fix MATLABWindow application failed to launch
Hi Soren, Following the latest Update on the question, it seems you are not able to open any files and encountering the error ...

3 månader ago | 1

Answered
delaunay function on raspberry pi?
Hi Sebastian, According to my understanding, you are trying to do code generation for your code, which uses the “delaunay” ...

3 månader ago | 0

Answered
Problem while using HDL Workflow Advisor in MATLAB for the standard LED blink example, specifically targeting the Versal VCK190 board
Hi Gaurav, It seems the Reference Design parameters options are absent and you cannot change Reference Design to Default Syste...

3 månader ago | 0

Answered
How to build 3D HD Map automatically with shpfile on RoadRunner
Hi 주영, As far as I have understood, you are trying RoadRunner and would like to know, if there is a way to convert '.shp' into ...

3 månader ago | 1

Answered
Model Advisor error:Abnormal exit?
Hi 李, Although it appears that you were able to generate the code successfully; there were some issues when you conducted mode...

3 månader ago | 1

Answered
Filtering multiple .csv files based on data from a table
Hi Simon, What I understood is that you want to filter multiple csv files based on the "d_Data.Actual.Calculated_Flow" column...

3 månader ago | 1

Answered
Error while trying the option protected model
Hi Ganapathi, It appears that you are encountering an error while attempting to protect your model. After reviewing the warnin...

3 månader ago | 0

Answered
Rejected stereo image pairs in Stereo Camera Calibrator App
Hi Elad, It appears that you are trying to calibrate stereo image pairs, but while some images are being successfully added, o...

3 månader ago | 0

Answered
Replacing one line (or one part of a line) in a text file
Hi Jason, So, the objective is to modify one line in your code or simply you want to re-assign a different value to Time Integ...

4 månader ago | 0

Answered
Way of Calculating NPCR and UACI
Hi Kajal, I found one IEEE research paper that speaks about NPCR and UACI. The paper states that the NPCR and UACI tests chang...

4 månader ago | 0

| accepted

Answered
MATLAB system. The ' tf ' class does not support code generation.
Hi Zhao, So, the objective is to generate code for the ‘tf’ class which is used inside the MATLAB Function block and when doin...

4 månader ago | 0

Answered
simulink matlab function block
Hi Samhy, So you want to generate square pulses using 'Simulink MATLAB function' block and in order to do so, we need to c...

4 månader ago | 0

Answered
Simulink does not support code generation issue.
Hi Ryan, According to my assumption, you want to replace the 3-point ‘Sum Block’ and ‘Transfer function’ block with the ‘MAT...

4 månader ago | 0

Answered
External monitor crashes MATLAB R2023b
Hi Chad, The problem that you are facing when connecting or disconnecting the External monitor is a known issue and is being...

4 månader ago | 0

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

6 månader ago

Solved


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

6 månader ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

6 månader ago

Load more