Community Profile

photo

Kautuk Raj


Last seen: 1日 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • Knowledgeable Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Error Using CAT12 Basic Models
I can gather that you are facing an "Invalid or deleted object" error in CAT12 when running Basic Models, which is linked to how...

1日 前 | 0

回答済み
Save and load models in phase plane app
I see that you are facing an issue using the 'Save' and 'Load' buttons in the Phase Plane app. The ‘Save’ button saves the cur...

2日 前 | 0

回答済み
'failure to load device plug-in' in MATLAB/Simulink for Vector VN1610 CAN interface.
Hi Sam, I see that you are encountering a "failure to load device plug-in" error when trying to connect the Vector VN1610 CAN in...

4日 前 | 0

回答済み
无法安装signal processing
I see that you already have a MATLAB license and want to install the Signal Processing Toolbox. You can refer to the followin...

5日 前 | 0

回答済み
Under voltage error occurred while estimating PMSM parameters using TI LaunchPad 28379D and Boost pack 8305
Hi Saathwik, I can understand that encountering an under-voltage error while estimating PMSM parameters using the TI LaunchPad 2...

5日 前 | 0

回答済み
Design a hydrokinetic turbine in Simulink.
Hi Kawsar, I understand that you are aiming to design a hydrokinetic turbine in Simulink using real mechanical data from an E...

約1ヶ月 前 | 0

| 採用済み

回答済み
Is it possible to utilize the sound recorded on 'matlab mobile' during simulink real time simulation?
I comprehend that you want to leverage the sound recorded on 'MATLAB Mobile' in a Simulink real-time simulation. I invite you ...

約1ヶ月 前 | 0

回答済み
how to create contant conical strucure in matlab mainwriting ?
Hi Alia, It is my understanding that you are seeking guidance on how to create a constant conical structure in MATLAB using i...

約1ヶ月 前 | 1

| 採用済み

回答済み
how can i calculate this equation using matlab
Hello Seungpyo Kang, I observe that you want to solve a fourth-degree equation (quartic equation) in a similar manner in MATL...

約1ヶ月 前 | 0

回答済み
How to add variables to the equation by using loop?
Hello Rufat Ismayilov, I see that you want to dynamically adjust the number of terms in an equation based on a specified lag v...

約1ヶ月 前 | 0

回答済み
trainNetwork: è possibile accedere alla rete tramite la funzione di callback durante l'addestramento?
I capture the fact that you are looking to use Mean Absolute Error (MAE) as a loss function for evaluating the performance of yo...

2ヶ月 前 | 0

回答済み
How to set a dynamic property as transient?
From what I gather, you are seeking clarification on why setting the Transient attribute to true for a dynamic property in MATLA...

2ヶ月 前 | 0

回答済み
Importing OWL API in Matlab
From your question, I can understand that you are experiencing difficulties integrating the OWL API with MATLAB to load an ontol...

2ヶ月 前 | 0

回答済み
Inputting Statics Equilibrium Equations
I see that you are seeking guidance on how to enter and solve static equilibrium equations in MATLAB. I assume that you are usin...

2ヶ月 前 | 1

| 採用済み

回答済み
how to convert the single sided fft output into dBm
I reckon that you wish to convert the single-sided FFT output of a noisy signal into dBm units to compare with spectrum analyser...

2ヶ月 前 | 0

回答済み
Is the code repo for the seminar "Design and Simulation of Autonomous Surface Vessels (ASV)" available?
Hi Jason, I invite you to check the following File Exchange post, where you can also find the link to the GitHub repository wh...

2ヶ月 前 | 0

回答済み
2d Chebyshev polynomial interpolation
It is my understanding that you are seeking a method to interpolate a 2D polynomial over a grid of Chebyshev points, extending t...

2ヶ月 前 | 0

回答済み
Why does my speedup resolution reduction code not function correctly?
It is my understanding that you would like to determine why two versions of your MATLAB code, which aim to reduce image resoluti...

2ヶ月 前 | 0

回答済み
Import data from web and using button from the web
I understand that you would like to import data from the web using MATLAB functions. I assume that you are using MATLAB R2023b. ...

2ヶ月 前 | 0

回答済み
How to make use of asbTrajectory Tool
I reckon that you are trying to run and understand the Quadcopter Project example which can be found in the documentation of the...

2ヶ月 前 | 0

回答済み
Path planning for automated parking using hybrid A* algorithm
I understand that you are trying to run the "Automated Parking Valet" example in the Automated Driving Toolbox, which utilizes t...

2ヶ月 前 | 0

| 採用済み

回答済み
Simulating for U channel cooling system using own battery pack.
I suggest verifying the the sizes of the ports on both components (Module1.BottomExtClnt and U_shaped_Channels.Side1). As the er...

2ヶ月 前 | 0

| 採用済み

回答済み
How to generate Rayleigh/Weibull distributed complex random variable?
To generate a complex random variable with a Rayleigh or Weibull distribution, you can use the raylrnd or wblrnd functions in MA...

10ヶ月 前 | 0

回答済み
Script to load .mat file from a path, calculate a value based on a formula, loop the same until the last file of the folder (could be 1000s) and add the calc'd values in one.
This is a sample script which will help you accomplish what you need: % Specify the folder containing the .mat files folder =...

10ヶ月 前 | 0

回答済み
Extracting a specific row from two different variables
You can use MATLAB's logical indexing feature. Here is an example of how you can do this: Assuming your data is stored in two a...

10ヶ月 前 | 0

回答済み
Feature selection in sequence to one regression
In the case of a sequence-to-one regression problem, where you have multiple time-series features and a single-valued target var...

10ヶ月 前 | 0

| 採用済み

回答済み
Not able to run the app designer code.
The error you are encountering is because the registerApp method in your today4 class has different access permissions than the ...

10ヶ月 前 | 0

回答済み
Calling Python modules in MATLAB function Simulink Block
The issue you are encountering is due to the way MATLAB handles Python function calls in the Simulink environment. In MATLAB scr...

10ヶ月 前 | 0

回答済み
General code for chebyshev pseudo spectral method
The pseudo-spectral collocation method is a numerical method for solving differential equations using the spectral representatio...

10ヶ月 前 | 1

| 採用済み

回答済み
How to insert cell array into first row of excel worksheet using worksheet and workbook properties (dot notation)?
You can add a row to the newly created worksheet using worksheet and workbook object properties in MATLAB. This is an example of...

11ヶ月 前 | 0

| 採用済み

さらに読み込む