Rohit Kulkarni
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
57 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
wireless power transfer efficiency
Hi, You can use the plot function to plot the graph for various values of K. As frequency will be a vector. You will have to ...
wireless power transfer efficiency
Hi, You can use the plot function to plot the graph for various values of K. As frequency will be a vector. You will have to ...
3ヶ月 前 | 0
回答済み
Modal to upload file
Hi Paulo, In order to create a file selection dialog box that you can compile, it’s recommended to use uigetfile function. Ple...
Modal to upload file
Hi Paulo, In order to create a file selection dialog box that you can compile, it’s recommended to use uigetfile function. Ple...
6ヶ月 前 | 0
回答済み
how can i convert 2d plot in to 3d surface ??
Hi Sohaib, In my understanding you want to develop a 3D surface from your 2D ogive shape nose profile, in order to do this we u...
how can i convert 2d plot in to 3d surface ??
Hi Sohaib, In my understanding you want to develop a 3D surface from your 2D ogive shape nose profile, in order to do this we u...
7ヶ月 前 | 0
| 採用済み
回答済み
How to join variables in the title of plot?
Hi Devendra, To join 'PCA scores' with variables `method` and `par` in one line for a MATLAB plot title, you can use the `sprin...
How to join variables in the title of plot?
Hi Devendra, To join 'PCA scores' with variables `method` and `par` in one line for a MATLAB plot title, you can use the `sprin...
7ヶ月 前 | 0
回答済み
I want to convert ANN code to PINN
Hi Asif, In my understanding you want to solve a partial differential equation using Physics Informed Neural Networks (PINNs), ...
I want to convert ANN code to PINN
Hi Asif, In my understanding you want to solve a partial differential equation using Physics Informed Neural Networks (PINNs), ...
7ヶ月 前 | 0
回答済み
Can you answer this?
Hi Ethly Mae, In my understanding you are trying to solve an optimization problem using simplex method. While MATLAB's inter...
Can you answer this?
Hi Ethly Mae, In my understanding you are trying to solve an optimization problem using simplex method. While MATLAB's inter...
7ヶ月 前 | 0
回答済み
Solving the heat equation using finite difference with tridiagonal matrix
Hi Joshua, In my understaing it looks like you're trying to solve a differential equation using a finite difference method, but...
Solving the heat equation using finite difference with tridiagonal matrix
Hi Joshua, In my understaing it looks like you're trying to solve a differential equation using a finite difference method, but...
8ヶ月 前 | 0
回答済み
Problem with reordering using Gaussian Elimination.
Hi Sean, In my understanding the issue in your MATLAB code for Gaussian elimination with partial pivoting lies in the calculati...
Problem with reordering using Gaussian Elimination.
Hi Sean, In my understanding the issue in your MATLAB code for Gaussian elimination with partial pivoting lies in the calculati...
8ヶ月 前 | 0
| 採用済み
回答済み
Non linear system by Newton-Raphson
Hi Grégoire, It seems like there's a small mistake in how you're handling the variables within your functions `F` and `JF`. Spe...
Non linear system by Newton-Raphson
Hi Grégoire, It seems like there's a small mistake in how you're handling the variables within your functions `F` and `JF`. Spe...
8ヶ月 前 | 2
| 採用済み
回答済み
failed Sourcery G++ Lite
Hi Azad, In my understanding you are facing issues in downloading a third-party software package. Please refer to the followi...
failed Sourcery G++ Lite
Hi Azad, In my understanding you are facing issues in downloading a third-party software package. Please refer to the followi...
8ヶ月 前 | 0
回答済み
Do we get errors in SIL testing which is not found in MIL? If yes please tell me what kind of errors we get?
Hi Surekha, In my understanding you want to know about the errors that can occur in Software-in-the-Loop (SIL) testing that ar...
Do we get errors in SIL testing which is not found in MIL? If yes please tell me what kind of errors we get?
Hi Surekha, In my understanding you want to know about the errors that can occur in Software-in-the-Loop (SIL) testing that ar...
8ヶ月 前 | 0
| 採用済み
回答済み
how can i perform MIL and SIL testing
Hi Kiran, In my understanding you want to learn about MIL and SIL testing. Please refer to the following links for the same: ...
how can i perform MIL and SIL testing
Hi Kiran, In my understanding you want to learn about MIL and SIL testing. Please refer to the following links for the same: ...
8ヶ月 前 | 0
回答済み
Obtaining values from a loop
Hi Mads, In my understanding you want to obtain all the information from a matrix using loops. Here is an example that shows t...
Obtaining values from a loop
Hi Mads, In my understanding you want to obtain all the information from a matrix using loops. Here is an example that shows t...
9ヶ月 前 | 0
| 採用済み
回答済み
How to make matrix calculations in rows?
Hi Jacub, As per my understanding you want to perform matrix calculations for each and every row. In MATLAB, you can use a l...
How to make matrix calculations in rows?
Hi Jacub, As per my understanding you want to perform matrix calculations for each and every row. In MATLAB, you can use a l...
12ヶ月 前 | 1
回答済み
How to link two markers in a dataset?
Hi Naomi, In my understanding you want to write a code with if and else statements. You can use the following code snippet for ...
How to link two markers in a dataset?
Hi Naomi, In my understanding you want to write a code with if and else statements. You can use the following code snippet for ...
約1年 前 | 0
回答済み
Use optimization variable in a function in a constraint
Hi Joel, I understand you are getting the error "Unable to perform assignment because value of type 'optim.problemdef.Optimiza...
Use optimization variable in a function in a constraint
Hi Joel, I understand you are getting the error "Unable to perform assignment because value of type 'optim.problemdef.Optimiza...
約1年 前 | 0
回答済み
is there a way to make matrices out of a bigger matrix with a changing condition without using a loop
Hi Kashish, I understand that you have a matrix and a line cut through it, and you would like to obtain the points which are b...
is there a way to make matrices out of a bigger matrix with a changing condition without using a loop
Hi Kashish, I understand that you have a matrix and a line cut through it, and you would like to obtain the points which are b...
約1年 前 | 0
回答済み
Volume fraction and rule of mixtures in Matlab.
Hi Adeline, I understand that you want to create code for volume fraction and rule of mixtures in MATLAB. The following code...
Volume fraction and rule of mixtures in Matlab.
Hi Adeline, I understand that you want to create code for volume fraction and rule of mixtures in MATLAB. The following code...
約1年 前 | 0
回答済み
For loop for Welch Estimate
Hi Yen, I understand that you want to calculate Welch estimate without using the pwelch function. Follow these steps to implem...
For loop for Welch Estimate
Hi Yen, I understand that you want to calculate Welch estimate without using the pwelch function. Follow these steps to implem...
約1年 前 | 0
回答済み
Why is my simscape model always having solver errors?
Hi Bowen, I understand that you are facing an error in your Simscape model. From the error message you encountered, it appea...
Why is my simscape model always having solver errors?
Hi Bowen, I understand that you are facing an error in your Simscape model. From the error message you encountered, it appea...
約1年 前 | 0
回答済み
Matlab crashes continously while I try to use, after a while it goes down
Hi Pietro, I understand that your MATLAB version r2021b is crashing on Windows machine. In order to workaround this problem,...
Matlab crashes continously while I try to use, after a while it goes down
Hi Pietro, I understand that your MATLAB version r2021b is crashing on Windows machine. In order to workaround this problem,...
約1年 前 | 0
回答済み
How do I create a pcb stack with out any feed?
Hi Biplob, In my understanding you are trying to create a “pcbStack” object in MATLAB without any feed. The “FeedLocations” ...
How do I create a pcb stack with out any feed?
Hi Biplob, In my understanding you are trying to create a “pcbStack” object in MATLAB without any feed. The “FeedLocations” ...
約1年 前 | 1
回答済み
Im trying to add only a few elements from 1 big array too a smaller array, im using a if statement to get the data i want, then im trying to add those can someone help :D
Hi Mark, Based on my understanding, it seems like you are attempting to add specific elements from one array to another based o...
Im trying to add only a few elements from 1 big array too a smaller array, im using a if statement to get the data i want, then im trying to add those can someone help :D
Hi Mark, Based on my understanding, it seems like you are attempting to add specific elements from one array to another based o...
約1年 前 | 0
回答済み
Motion Planning Algorithms comparison for autonomous driving vehicle
Hi Parth, In my understanding you want to know about various motion planning algorithms that can be applied to Automated Parkin...
Motion Planning Algorithms comparison for autonomous driving vehicle
Hi Parth, In my understanding you want to know about various motion planning algorithms that can be applied to Automated Parkin...
約1年 前 | 0
回答済み
How to set programmatically set ScaleType to Logarithmic in Excel Plot
Hi Scott, I understand that you are facing the error in using the ScaleType property. According to the Excel Documentation the...
How to set programmatically set ScaleType to Logarithmic in Excel Plot
Hi Scott, I understand that you are facing the error in using the ScaleType property. According to the Excel Documentation the...
約1年 前 | 0
回答済み
How to get the database block in MATLAB Simulink?
Hi Meemanage Sathsara, To add an input database block to your Simulink block diagram for a voice recognition system, ...
How to get the database block in MATLAB Simulink?
Hi Meemanage Sathsara, To add an input database block to your Simulink block diagram for a voice recognition system, ...
約1年 前 | 1
回答済み
How to change the solver settings for embedded coder? and what basis matlab calculates solver time for if the setting is auto ?
Hi @Elecronics In my understanding you want to know how MATLAB selects a step-size when the fixed-step size is in "auto" option...
How to change the solver settings for embedded coder? and what basis matlab calculates solver time for if the setting is auto ?
Hi @Elecronics In my understanding you want to know how MATLAB selects a step-size when the fixed-step size is in "auto" option...
約1年 前 | 1
回答済み
how to export roboflow annotation to .mat file
Hi, I understand that you want to convert Roboflow annotations to the .mat format. Unfortunately, there is no direct method ...
how to export roboflow annotation to .mat file
Hi, I understand that you want to convert Roboflow annotations to the .mat format. Unfortunately, there is no direct method ...
約1年 前 | 1
回答済み
MATLAB2022b running on new Macbook Pro
Hi, Running MATLAB 2022b on a MacBook Pro with the M1 Pro chip should generally provide a smooth experience. The M1 Pro chip is...
MATLAB2022b running on new Macbook Pro
Hi, Running MATLAB 2022b on a MacBook Pro with the M1 Pro chip should generally provide a smooth experience. The M1 Pro chip is...
約1年 前 | 0
回答済み
fitting a gamma model to a data set
Hi, In my understanding you want to model the above functions and then fit the a vector of values from 1 to 32 in these. You c...
fitting a gamma model to a data set
Hi, In my understanding you want to model the above functions and then fit the a vector of values from 1 to 32 in these. You c...
約1年 前 | 0