Community Profile

photo

Varun


Last seen: 2日 前 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

さらに読み込む