Community Profile

photo

Rishav


Last seen: 4 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
%Create 2D model using EIDORS of matlab.
Hi priya, To correctly interpolate 'my1(i)' into the string defining your object, you will need to use string concatenation or ...

5 days ago | 0

Answered
When I use Turkish characters in comments, they turn into question marks when I reopen the file
Hi Murat, MATLAB can use the UTF-8 character sets for different languages, however, MATLAB uses the Operating System specific U...

5 days ago | 0

Answered
When I tried to use the C function 'matOpen' to open a mat file with Chinese characters in the C code, I found an unknown error.
Hi Yanming, In MATLAB R2019b, the MAT-file API has been updated, and as part of these changes, the initialization routine for i...

10 days ago | 0

Answered
Best practice for adding program path for programs intended for compiling
Hi Mikael, I understand that you want to know the best practice to add the program path for programs intended for compilation. ...

10 days ago | 0

Answered
Matlab R2021a Update 5 - Windows 10 - app designer does not open.
Hi Ben, Please try to regenerate the MATLAB preferences directory and then try launching App Designer again as normal. Please r...

11 days ago | 0

Answered
安装matlab2021b启动问题
Hi shaolong, This error message may indicate an issue with your 'startup.m' file. This file is located in $MATLAB\toolbox\local...

11 days ago | 0

Answered
zoom and view[90 90 ] problem on figure
Hi Boissonneau, When you set the view of ax3 to [90 90], you are effectively looking at the plot from a top-down perspective, w...

12 days ago | 0

Answered
problem with SPM. basic
Hi Yasmin, The following command in the terminal will solve the issue: sudo spctl --master-disable Please refer to the below ...

12 days ago | 0

Answered
Translating From IDL to Matlab
Hi Joseph, Please refer to the MATLAB converted code below: %First line array = zeros(5760, 2880, 'int32'); %Convert the fir...

19 days ago | 0

Answered
cef_helper with Simulink 2021b in Linux
Hi Jean, This issue should not occur if you launch MATLAB with either of these startup flags "-nojvm", "-nodesktop" and "-softw...

19 days ago | 0

Answered
How to send std::map from Mex function back to Matlab?
Hi Rakesh, To send a std::map from a Mex function back to MATLAB, it needs to be converted into a MATLAB data type that MATLAB ...

2 months ago | 0

Answered
Does Matlab Petrel plugin support MAT v7.3
Hi Hao Huang, You can refer to the following page for more details on Petrel Plugin support and go through the user guide: htt...

2 months ago | 0

Answered
Way to skip a point from ginput? (Without using RETURN)
Hi Emmaneul, You can insert NaN values for the coordinates where the body parts are not visible in a frame. Later, you can deal...

2 months ago | 0

Answered
Error in matlab hardware manager
Hi Patrick, You can use the "arduino()" command to resolve the error: a = arduino('<port>','Nano33IoT','Libraries','<library_n...

2 months ago | 0

Answered
why matab show "because it appears to be corrupt"
Hi yiping, It is possible that you are using 'savefig' and 'saveas' functions, and these functions do not support the large siz...

2 months ago | 0

Answered
Calllib with C++ out char *parameter
Hi Justin, In MATLAB, when passing and receiving char* parameters to and from C++ functions using 'calllib' function, you need ...

2 months ago | 0

Answered
sym(pi) version 2020a vs version 2019b
Hi Kai Kronewiter, I ran the same code in MATLAB R2019b and R2020a, and I came across the same result in both the versions, whe...

2 months ago | 0

Answered
How can i connect Flight gear with Matlab online?
Hi Aniket, MATLAB Online supports 'FlightGear' flight simulator. Please follow the below documentation to know how to install...

2 months ago | 0

Answered
Why does MATLAB fail to connect to servers?
Hi Kelsey, This was due to an outage on 8th October 2021. This is not the intended behaviour.

2 months ago | 0

Answered
Downloaded Matlab R2021b, pop up saying "'MATLAB_R2018b' would like to access files in your Downloads folder." with buttons "don't allow" or "OK". keeps popping up
Hi Peyton, Please allow Full Disk Access for MATLAB, ensure that the 'userpath' in MATLAB is the Documents folder, and check th...

2 months ago | 0

Answered
How to combine two profiles
Hi Sulaymon, To consolidate more than one MathWorks Account, send email to service@mathworks.com. Provide all of your MathWorks...

2 months ago | 0

| accepted

Answered
how can i solve this error, i want to open simulink via flux
Hi Anuar, Please refer to the resource below to open Simulink via Flux: https://help.altair.com/flux/Flux/Help/english/UserGui...

2 months ago | 0

Answered
How can i maintain different variable(global) for multiple instances of same block.
Hi Anamika, You can use Simulink's S-Function API to manage instance-specific data. Please follow the below mentioned steps to ...

2 months ago | 0

Answered
Can not exit Matlab
Hi Piotr, I understand that you are trying to exit MATLAB R2021a by using the close button in the top right corner and you are ...

7 months ago | 0

Answered
How I can load multiple csv files from class type data into one big dataset?
Hi Magsud, I understand that you want to create a big csv file and create 17 csv files for each day. Create a Big CSV File Us...

7 months ago | 0

Answered
r squared comparing sine waves
Hi C.G., I understand that you want to find the r^2 value to see how well the generated sine curve fits the data. To calculate...

7 months ago | 0

Answered
matlab 2021b cant find microsoft visual compiler from vs 2019
Hi Youssef, I understand that you are facing issues with detecting Visual Studio 2019 using MATLAB R2021b command line. Uninst...

7 months ago | 0

Answered
Matlab integration with Cameo 2021x
Hi srinivas, Currently there is no way to integrate MATLAB with Cameo 2021x, without using administrator priviledges. You can ...

7 months ago | 0