Community Profile

photo

Varun


Last seen: 1 día hace Con actividad desde 2023

Followers: 0   Following: 0

Estadísticas

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

Ver insignias

Feeds

Ver por

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

3 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 1

| aceptada

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

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

3 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

| aceptada

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

| aceptada

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

Respondida
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 meses hace | 0

| aceptada

Respondida
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 meses hace | 0

Respondida
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 meses hace | 1

Cargar más