Community Profile

photo

Varun


Last seen: 1일 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Matlab打开有中文的m文件中文注释显示为乱码
你好 ProudBenzene, 我将用英语回答这个问题。 Looks like you are facing issue with Chinese comments when you open a “.m” file. The characters...

3개월 전 | 0

답변 있음
HiDPI Scaling for Linux
Hi Anil, Looks like you are running MATLAB on Linux on a high resolution 4K display and it is not scaling properly for differen...

3개월 전 | 0

답변 있음
Noisy data- Session vs Legacy Command
Hi Pavithra, Looks like you are experiencing difference in noise between the Session-based and Legacy-based commands. It might ...

3개월 전 | 0

답변 있음
Error: No constructor 'mlreportgen.dom.Number' with matching signature found
Hi RGB85, Looks like you are facing an error “No constructor 'mlreportgen.dom.Number' with matching signature found" and you ha...

3개월 전 | 0

답변 있음
Error loading TLE file into satellite object
Hi Jose, Looks like the error is related to the size of the 'time.fmt' field in the TLE file. The expected size is [1x0], but t...

3개월 전 | 1

| 수락됨

답변 있음
Modelling of 2 stage reciprocating compressor
Hi Nai, Looks like you want to model a 2-stage reciprocating air compressor by using only MATLAB and not Simulink. You can use...

3개월 전 | 0

답변 있음
intlinprog函数的算法是什么?how to transfer 'intlinprog function' into algorithm expression?
你好 贞 吴, 我会用英语回答你的问题。 Looks like you want to learn about the algorithm used by “intlinprog” function. “intlinprog” uses follo...

3개월 전 | 0

답변 있음
External Mode running over CAN
Hi Alison, Looks like you want to use External Mode simulation in Simulink via CAN communication interface. You can refer to t...

3개월 전 | 0

답변 있음
How to create juliens theory tire model in simulink
Hi Mahendran, It seems like you want to implement tire model in simulink using Julien's therory. You can use MATLAB Function b...

3개월 전 | 0

답변 있음
How to implement road interactions/traffic light into driver scenario designer?
Hi Nick, Looks like you want to add traffic lights to make the vehicles stop using the “Driving Scenario Designer” app. Please...

3개월 전 | 0

답변 있음
trying to use fmincon to constrain results to a particular surface, results get stuck at a corner
Hi Ahmed, It appears that you are using “fmincon” function in your implementation to solve a constrained optimization problem w...

3개월 전 | 0

답변 있음
USBオシロスコープからpcに転送されてくる一定区間の時系列データの処理を並列化させたいです。
こんにちは、元幹 井上さん、 私はあなたの質問に英語で回答します。 Looks like you want to parallelize the processing of time-series data within a specific inte...

3개월 전 | 0

답변 있음
When using Matlab engine from Python, process [matlab_helper] <defunct> is left as zombie process
Hi Jani, Looks like you are not able successfully terminate the MATLAB process while using MATLAB engine for Python. Make sure...

3개월 전 | 0

답변 있음
Matlab Runtime Install Noninteractively Error: invalid option -- 'a'
Hi Bedirhan, Looks like you are trying to run the MATLAB runtime installer in silent mode. However, you are facing the followin...

4개월 전 | 0

답변 있음
Can't run mex-built application in Ubuntu 18.04
Hi Tuan, Looks like you are trying to run the executable "engdemo" from MATLAB commad window. You are facing the following erro...

4개월 전 | 0

| 수락됨

답변 있음
Exception handling in C++ code generated by Simulink Embedded Coder
Hi Jose, I understand that you want to throw custom errors in the generated code in the same way as it was operating inside the...

4개월 전 | 0

답변 있음
Issue with button taking in inputs from multiple list buttons to highlight regions of atlas image. Error: Brace indexing is not support for variables of this type
Hi Alexandar, I understand that you are facing issues when you want to have multiple lists to choose that can select their own ...

4개월 전 | 0

답변 있음
DYLD_LIBRARY_PATH
Hi Saba, Looks like you want to know step by step how to launch the MATLAB after setting up "DYLD_LIBRARY_PATH" environment var...

4개월 전 | 0

답변 있음
Problem with The matlabbatch SPM preprocessing
Hi Shulamit, It looks like there is an issue with the specification of inputs in your SPM batch script. The error message indic...

4개월 전 | 0

답변 있음
How are uint8 calculated? And how can I convert them back to Integers in Codesys?
Hi Tim, I understand that you are using the MATLAB functions “typecast” as below: uintHeader = typecast(data.Header, 'uint8');...

4개월 전 | 0

| 수락됨

답변 있음
How can I edit the Hinges already previously created in the object
Hi Maria, Looks like you are trying to edit the predefined Hinges in your model from the MATLAB-SAP OAPI. You can use SAP2000 ...

4개월 전 | 0

답변 있음
Defining complex input types to make a complex mex function
Hi Mohammad, Looks like you are facing difficulties in defining input types for 4 inputs: “H”, “EZ”, “Coeff”, “H_coeff”. You c...

5개월 전 | 0

답변 있음
Polar Coding - Error while using MEX function in MATLAB
Hi Vikram, Looks like you are facing an error running “mex ./getBADL_mx.c ../c/getBADL.c -I../c” in the MATLAB. You are facing ...

5개월 전 | 0

답변 있음
Issue with polarization in the ''raypl'' function
Hi Masoud, Looks like the pathloss is not same with the difference of almost 1.5 dB when using “raypl” function with vertical p...

5개월 전 | 0

답변 있음
Calculation of level pixel heights
Hi Runyu, I understand that you are facing issues with your code that calculates the height of the coloured as well as transpar...

5개월 전 | 0

답변 있음
MATLAB coder: use constructor instead of init method
Hi Brandon, I understand that you do not want “init” method explicitly to initialize the properties rather there should be a de...

5개월 전 | 0

답변 있음
Calling external (C++) static methods
Hi Jon, I understand that you want to use “coder.ceval” call an external class's static method. The “coder.ceval” function in M...

5개월 전 | 0

답변 있음
using #ifdef in c++ generated mexcode
Hi Ebaneo, I understand that you want to conditionally compile different parts of your code depending on whether you are using ...

5개월 전 | 0

| 수락됨

답변 있음
Optmize the intial parameters so I can get the best outcome
Hi John, Looks like you have a timeseries dataset and some dependent variables included, and you want to know the best combinat...

6개월 전 | 0

답변 있음
Access class properties using Matlab Engine in C++
Hi Ranjit, Looks like you are calling MATLAB from C and using the functions like "engGetVariable" and "engPutVariable" to store...

6개월 전 | 1

더 보기