Faiz Gouri
MathWorks
Followers: 0 Following: 0
Application Support Engineer
Statistiques
0 Questions
45 Réponses
RANG
847
of 296 109
RÉPUTATION
88
CONTRIBUTIONS
0 Questions
45 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
8
RANG
of 20 339
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 155 365
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
plus de 6 ans il y a | 1
| A accepté
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...
plus de 6 ans il y a | 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...
plus de 6 ans il y a | 0
| A accepté
"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...
plus de 6 ans il y a | 1
| A accepté
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...
plus de 7 ans il y a | 0
Shortcuts Gone After Restart
On windows OS, shortcuts are saved in "shortcut.xml" file which can be found in >>prefdir
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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) ...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 0
I have sequential x_y grid text files each with column 1 as wavenumber and column 2 intensity outputs. I am looking to extract position (0_0, 0_1, 0_2 etc), peak position (wavenumber), peak intensity as a 3 column matrix from my nested for loop.
I understand that you would like to read values from different files with similar syntax(wavenumber intensity), and store values...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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....
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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...
plus de 7 ans il y a | 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 '...
plus de 7 ans il y a | 0
| A accepté
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
plus de 7 ans il y a | 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 ...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 0
| A accepté
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...
plus de 7 ans il y a | 0
| A accepté