Community Profile

photo

Faiz Gouri

MathWorks

2017 年からアクティブ

Followers: 0   Following: 0

連絡

Application Support Engineer

統計

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

バッジを表示

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...

5年以上 前 | 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年以上 前 | 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年弱 前 | 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年弱 前 | 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年以上 前 | 0

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

6年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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...

6年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0

| 採用済み

さらに読み込む