Community Profile

photo

Faiz Gouri

MathWorks

自 2017 起处于活动状态

Application Support Engineer

统计数据

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
Can you add URL variables to a MATLAB Web App constructed with App Designer?
The feature to fetch variables from URL is not available in Web Apps until R2018b. The developers have been notified about it a...

5 years 前 | 1

| 已接受

已回答
How to delete a row from excel
I believe your query was asked in <https://www.mathworks.com/matlabcentral/answers/415284-deletion-of-selected-rows-of-excel-fro...

5 years 前 | 0

已回答
Can I creat a standalone application that contains a 'Matlab Mex' data ?
mex files can be used in standalone applications and dependency analyzer will automatically pick up required dependencies(includ...

6 years 前 | 0

| 已接受

已回答
"MATLAB Mobile" Errors
1) uigetfile is not supported in MATLAB mobile. You can use any <https://www.mathworks.com/help/matlab/data-import-and-export.h...

6 years 前 | 1

| 已接受

已回答
How to create sliders in GUI to adjust Red Green Blue channels of a selected image displayed in axes?
This <https://www.mathworks.com/matlabcentral/answers/351349-how-to-create-sliders-in-a-gui-to-control-the-r-g-b-values-of-an-im...

6 years 前 | 0

已回答
Shortcuts Gone After Restart
On windows OS, shortcuts are saved in "shortcut.xml" file which can be found in >>prefdir

6 years 前 | 0

已回答
System does not recognize new version of compiled matlab dll.
This seems more of a OS specific issue. Did you check the if the dll is updating under 'application' folder? Also, try deletin...

6 years 前 | 0

已回答
Matlab Compiler is not linked to Matlab
Check if you have MCRInstaller at this location- 'C:\Program Files\MATLAB\R2017a\toolbox\compiler\deploy\win64\MCRInstaller.ex...

6 years 前 | 1

已回答
Convert ima audio file in matlab
Following are the supported audio file formats by MATLAB- WAVE (.wav) OGG (.ogg) FLAC (.flac) AU (.au) AIFF (.aiff, .aif) ...

6 years 前 | 0

已回答
what are NARX Function inputs "X" and "Xi"? Whats is an example of both?
The following documents will be helpful for you- <https://www.mathworks.com/help/nnet/ug/design-time-series-narx-feedback-neu...

6 years 前 | 0

已回答
How do you reconstruct a test image from eigenfaces generated from Matlab pca function
See <https://en.wikipedia.org/wiki/Principal_component_analysis#Computing_PCA_using_the_covariance_method this> Wikipedia page f...

6 years 前 | 0

| 已接受

已回答
Change indices without changing value for a spatially dependent variable
I understand that you would like to change indices in matrix without changing values. One possible way to do that would be to c...

6 years 前 | 0

已回答
两条曲线如何让边界连接的更光滑?
I understand that you would like to make curves more smooth. In order to do so, use <https://www.mathworks.com/help/curvefit/sm...

6 years 前 | 0

已回答
batch train auto encoders with new data in every batch
<https://www.mathworks.com/matlabcentral/answers/300167-re-train-a-pre-trained-autoencoder?s_tid=answers_rc1-1_p1_MLT This answe...

6 years 前 | 1

已回答
Weighted PCA throws error: Input to SVD must not contain NaN or Inf.
Your input matrix probably contains infinity or not a number(NaN). Set a breakpoint in your file then run it again. When MATL...

6 years 前 | 0

| 已接受

已回答
Why exporting a figure in pdf changes dimensions of subplots?
Did you try using the File Exchange contribution <http://www.mathworks.com/matlabcentral/fileexchange/23629-export-fig export_fi...

6 years 前 | 0

已回答
Import data to splinetool create spline with function
I understand that you have created a spline using 'cftool' and would like to use the same in 'splinetool'. You can do so by tak...

6 years 前 | 0

| 已接受

已回答
How to avoid truncating my GUI window
Since the size of a pixel can vary on different computer displays, using the default figure Units of pixels does not produce a U...

6 years 前 | 0

| 已接受

已回答
3D Matrix Rotation
This answer will be useful for you- <https://www.mathworks.com/matlabcentral/answers/123763-how-to-rotate-entire-3d-data-with-x...

6 years 前 | 1

已回答
adding axis to polar plot
If you are using R2016a or later, use the polarplot function. It gives you the option of specifying the 'RTickLabel' and 'ThetaT...

6 years 前 | 0

已回答
Extracting multiple Sub-matrices of different sizes from Large Matrices
You can use 'ismember' function to compare first two columns of 'C' and 'seti' and then extract rows from C where they are same....

6 years 前 | 1

已回答
Since i have a student licence, do i have to pay the "Matlab for data processing and visualization" course ?
You are eligible for discounted academic pricing USD 100 (original USD 400) when you use MATLAB and Simulink for teaching, acade...

6 years 前 | 0

已回答
How can I force a custom framerate over 20 frames per second from "drawnow limitrate"
The ability to modify the default rate of the DRAWNOW LIMITRATE command is not available in MATLAB and there is currently no wor...

6 years 前 | 0

已回答
How to plot data points above and below the surface in a ternary plot in 3D?
'ternplot' is ternary version of 'plot' command. You can plot 3d points using 'plot3' after creating the ternary axis with a '...

6 years 前 | 0

| 已接受

已回答
xlswrite error - worksheet could not be activated
I faced the similar issue with MATLAB R2017a, restarting MATLAB and closing all xls files fixed the problem for me

6 years 前 | 0

已回答
How to set prefdir for parpool workers?
This error occurs when multiple MATLAB workers attempt to access the matlabprefs.mat file simultaneously. Here is a sample code ...

6 years 前 | 0

| 已接受

已回答
Difference between "files required for your application to run" and "files installed for your end user" in Compiler
In the "Files required for your application to run" section of the compiler, verify that all of the files required to run the MA...

6 years 前 | 0

| 已接受

已回答
AppDesigner .mlapp save r2016a compatible version from r2017a
It is not recommended to open App Designer app created with MATLAB R2017a in previous releases as it may have new features intro...

6 years 前 | 0

| 已接受

已回答
How to reproduce Application Compiler with mcc?
mcc compiles matlab files into executable and Application Compiler app does the same thing along with packaging the files. Appli...

6 years 前 | 0

| 已接受

加载更多