Pranav Verma
MathWorks
Followers: 0 Following: 0
I am an application support engineer at Mathworks.
DISCLAIMER: Any advice or opinions here are my own and in no way reflect that of MathWorks.
統計
All
Feeds
回答済み
Framerate of Video in MATLAB App Designer
Hi Alicia, Please see the VideoReader object. The object returned contains one of the properties caleed "FrameRate" which might...
Framerate of Video in MATLAB App Designer
Hi Alicia, Please see the VideoReader object. The object returned contains one of the properties caleed "FrameRate" which might...
3年以上 前 | 0
回答済み
Is there a way to "Save" a link to a MATLAB Answer?
Hi Fangjun, Currently MATLAB answers do not support any such functionality of marking an answer for future reference. Currently...
Is there a way to "Save" a link to a MATLAB Answer?
Hi Fangjun, Currently MATLAB answers do not support any such functionality of marking an answer for future reference. Currently...
3年以上 前 | 1
| 採用済み
回答済み
Reading mathematical formula's in pdf with matlab is inconsistent, how to generalize this?
Hi Milan, The function you mentioned that you are using : pdfRead, does not seem to be present with the official MATLAB softwar...
Reading mathematical formula's in pdf with matlab is inconsistent, how to generalize this?
Hi Milan, The function you mentioned that you are using : pdfRead, does not seem to be present with the official MATLAB softwar...
3年以上 前 | 0
回答済み
How to find if the Simulink model is used for code generation
Hi Sohil, To check if the model will generate a code, you can go to "Generate Code from the Model" section in the documentation...
How to find if the Simulink model is used for code generation
Hi Sohil, To check if the model will generate a code, you can go to "Generate Code from the Model" section in the documentation...
3年以上 前 | 0
回答済み
How to average data to montly data?
Hi Ahmet, From your question I understand that you want to club your matrices into one and then run the mean on it to get the m...
How to average data to montly data?
Hi Ahmet, From your question I understand that you want to club your matrices into one and then run the mean on it to get the m...
3年以上 前 | 0
| 採用済み
回答済み
Matlab plotting from a data table.
Hi Joseph, From your question I understand that you have a CSV file containing multiple columns and you want to plot data from ...
Matlab plotting from a data table.
Hi Joseph, From your question I understand that you have a CSV file containing multiple columns and you want to plot data from ...
3年以上 前 | 2
| 採用済み
回答済み
What is the best way to arrange legends in a figure with 5 subplots?
Hi Giuseppe, I think the below discussion is on the similar lines as you asked, https://www.mathworks.com/matlabcentral/answer...
What is the best way to arrange legends in a figure with 5 subplots?
Hi Giuseppe, I think the below discussion is on the similar lines as you asked, https://www.mathworks.com/matlabcentral/answer...
3年以上 前 | 0
| 採用済み
回答済み
I have this for loop, and it seems to not end.
Hi Josiah, I would recommend you to print out the value of AE1(i) inside the loop along with appropriate messages. This will al...
I have this for loop, and it seems to not end.
Hi Josiah, I would recommend you to print out the value of AE1(i) inside the loop along with appropriate messages. This will al...
3年以上 前 | 0
回答済み
How to create a geographic world map of grided data in matlab?
Hi Kumar, From your question I understand that you need a function that can plot plot points on the world map and indicates tem...
How to create a geographic world map of grided data in matlab?
Hi Kumar, From your question I understand that you need a function that can plot plot points on the world map and indicates tem...
3年以上 前 | 0
回答済み
Block matrices product using symmatrix type
Hi Angelo, I have brought this issue to the notice of our developers. They will investigate the matter further. Thanks
Block matrices product using symmatrix type
Hi Angelo, I have brought this issue to the notice of our developers. They will investigate the matter further. Thanks
3年以上 前 | 0
| 採用済み
回答済み
Adding an altitude meter to a Simulink model.
Hi Mughees, You can use the Altimeter to display the measurement. Thanks
Adding an altitude meter to a Simulink model.
Hi Mughees, You can use the Altimeter to display the measurement. Thanks
4年弱 前 | 1
| 採用済み
回答済み
Error: Unable to convert 'ureal' to 'sym'
Hi Jakob, Try replacing the last line of the my_fun, A = subs(A_symbolic) to, A = sym(A_symbolic) Hope this helps. Thank...
Error: Unable to convert 'ureal' to 'sym'
Hi Jakob, Try replacing the last line of the my_fun, A = subs(A_symbolic) to, A = sym(A_symbolic) Hope this helps. Thank...
4年弱 前 | 0
回答済み
bifurcation analysis of differential dynamical system
Hi Nune, Please refer to the similar question. Thanks
bifurcation analysis of differential dynamical system
Hi Nune, Please refer to the similar question. Thanks
4年弱 前 | 0
回答済み
Deleting objects from TMTool after clearing from workspace
Hi Daniel, You can try instrreset to disconnect and delete all the instrument objects. Thanks
Deleting objects from TMTool after clearing from workspace
Hi Daniel, You can try instrreset to disconnect and delete all the instrument objects. Thanks
4年弱 前 | 0
回答済み
Command external app to save data
Hi Munir, The MATLAB system command is used to run the operating system commands from within the MATLAB command line and return...
Command external app to save data
Hi Munir, The MATLAB system command is used to run the operating system commands from within the MATLAB command line and return...
4年弱 前 | 1
| 採用済み
回答済み
Sort column based on value in another column (sort rows by column values a>b>c)
Hi Nathan, From the question I understand that after performing the usual sorting operation on the table, you want the rows whi...
Sort column based on value in another column (sort rows by column values a>b>c)
Hi Nathan, From the question I understand that after performing the usual sorting operation on the table, you want the rows whi...
4年弱 前 | 1
| 採用済み
回答済み
Tan/ cot angle return
Hi Patrick, You can find other solutions by specifying the intial guess for other solutions. In your case, you can graph the LH...
Tan/ cot angle return
Hi Patrick, You can find other solutions by specifying the intial guess for other solutions. In your case, you can graph the LH...
4年弱 前 | 0
回答済み
how to plot bifurcation diagram in matlab
Hi Nune, Please see the below answers on the same lines which discuss the steps to plot the bifurcation diagrams: https://www....
how to plot bifurcation diagram in matlab
Hi Nune, Please see the below answers on the same lines which discuss the steps to plot the bifurcation diagrams: https://www....
4年弱 前 | 0
回答済み
Matlab Engine API C++ open and run Simulink Project file
Hi Matthias, You can use openProject to open any .prj file. Simply specify the path to the project as argument to the function....
Matlab Engine API C++ open and run Simulink Project file
Hi Matthias, You can use openProject to open any .prj file. Simply specify the path to the project as argument to the function....
4年弱 前 | 0
回答済み
Sensitivity Analysis of GPR model
Hi Bismark, You can fir your model using fitrgp function in MATLAB and then carry out the sensitivity analysis of your model us...
Sensitivity Analysis of GPR model
Hi Bismark, You can fir your model using fitrgp function in MATLAB and then carry out the sensitivity analysis of your model us...
4年弱 前 | 0
回答済み
How to program a function with 2 variables
Hi Jens, You can write a simple function taking x and k as input and put the conditions as mentioned: function val = func(...
How to program a function with 2 variables
Hi Jens, You can write a simple function taking x and k as input and put the conditions as mentioned: function val = func(...
4年弱 前 | 0
回答済み
Can't Scroll in Online Editor
Hi Alex, This is a known issue and our developers are aware about it and will try to fix it in the future releases. Thanks
Can't Scroll in Online Editor
Hi Alex, This is a known issue and our developers are aware about it and will try to fix it in the future releases. Thanks
4年弱 前 | 1
回答済み
Collate data from Excel
Hi Oliver, From your question I understand that you need to read data from multiple sheets in MATLAB and extract columns 'D' an...
Collate data from Excel
Hi Oliver, From your question I understand that you need to read data from multiple sheets in MATLAB and extract columns 'D' an...
4年弱 前 | 0
回答済み
Curve Fitting Max Number of Independent Variables
Hi D.R. Komar, Please refer to the below discussions on the same lines: https://www.mathworks.com/matlabcentral/answers/132421...
Curve Fitting Max Number of Independent Variables
Hi D.R. Komar, Please refer to the below discussions on the same lines: https://www.mathworks.com/matlabcentral/answers/132421...
4年弱 前 | 1
回答済み
How can I export a multi level simulink model with its matlab dependencies as well
Hi Miles, From export, I understand that you are trying to export it to some previous version of MATLAB. For this, you can use ...
How can I export a multi level simulink model with its matlab dependencies as well
Hi Miles, From export, I understand that you are trying to export it to some previous version of MATLAB. For this, you can use ...
4年弱 前 | 0
回答済み
Comparing a Row with doubles and strings to a large table for deleting
Hi Albie, From your question I have the understanding that you have two tables where your other table contains the rows you wan...
Comparing a Row with doubles and strings to a large table for deleting
Hi Albie, From your question I have the understanding that you have two tables where your other table contains the rows you wan...
4年弱 前 | 0
回答済み
Mat File into Pyhton, dict value at 0x000....
Hi Nick, From your question, I understand that you are trying to print the "values" object. So before printing it out on the co...
Mat File into Pyhton, dict value at 0x000....
Hi Nick, From your question, I understand that you are trying to print the "values" object. So before printing it out on the co...
4年弱 前 | 0
回答済み
Is there a way to convert verilog (.v) codes to Simulink model?
Hi Navid, You can use importhdl function in MATLAB to import the verilog code and generate the Simulink model out of it. Please...
Is there a way to convert verilog (.v) codes to Simulink model?
Hi Navid, You can use importhdl function in MATLAB to import the verilog code and generate the Simulink model out of it. Please...
4年弱 前 | 1
| 採用済み
回答済み
PACKAGING EQUATION AS A BLOCK IN SIMULINK
Hi Nihad, From the equation you have posted, I am assuming that 'double dot' on the top of q1 and zk is double derivative. Pl...
PACKAGING EQUATION AS A BLOCK IN SIMULINK
Hi Nihad, From the equation you have posted, I am assuming that 'double dot' on the top of q1 and zk is double derivative. Pl...
4年弱 前 | 1
| 採用済み
回答済み
Objective function increases but solver converges --- Why?
Hi Deepa, Please refer to the below discussions on the similar lines: https://www.mathworks.com/matlabcentral/answers/577537-f...
Objective function increases but solver converges --- Why?
Hi Deepa, Please refer to the below discussions on the similar lines: https://www.mathworks.com/matlabcentral/answers/577537-f...
約4年 前 | 0