![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8472626_1522126753847_DEF.jpg)
Nirav Sharda
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
687
of 297.016
REPUTACIÓN
110
CONTRIBUCIONES
0 Preguntas
41 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
23
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
53.483
of 157.725
CONTRIBUCIONES
0 Problemas
5 Soluciones
PUNTUACIÓN
60
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
2 Público Canales
EVALUACIÓN MEDIA
30
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Can I make an input function command and the input is been read using dlmread and display the result?
Here is a simple code example that uses ' <https://www.mathworks.com/help/matlab/ref/input.html input> ' and ' <https://www.math...
más de 6 años hace | 0
| aceptada
import .txt files, convert into .xls and plot
You can use ' <https://www.mathworks.com/help/matlab/ref/readtable.html readtable> ' or ' <https://www.mathworks.com/help/matlab...
más de 6 años hace | 0
Error when running Matlab web app server
The following MATLAB Answer post describe how to resolve this issue. <https://www.mathworks.com/matlabcentral/answers/392424-...
más de 6 años hace | 0
Failed to load device plug-in
R2018a version of MATLAB requires NI-DAQmx 17.1 and you are using a different version. So, use the 17.1.0 version of NI-DAQmx wh...
más de 6 años hace | 1
| aceptada
(LoadLibrary)Error: 0x0000007e Message: The specified module could not be found.
The following MathWorks Bug report discusses more about this issue: <https://www.mathworks.com/support/bugreports/1205908>
más de 6 años hace | 0
writing a matrix in a .xml data
The following MATLAB Answers post answers a similar question. <https://www.mathworks.com/matlabcentral/answers/97580-how-can-...
más de 7 años hace | 0
How import matlab figure in Excel via VBA
There are multiple ways to do this. You can save the MATLAB figures as .jpg files and import them in Excel. You can also use the...
más de 7 años hace | 0
How do I include a specific .dll for the Image Acquisition Toolbox when compiling with Matlab compiler?
You can add the .dll to the 'mcc' command with the -a flag. Also in the matlab code you will have to modify the location relativ...
más de 7 años hace | 1
| aceptada
Quandl API MATLAB problem
I downloaded the Quandl MATLAB module from the following GitHub link. <https://github.com/quandl/Matlab> If you look at th...
más de 7 años hace | 0
| aceptada
Display information about the model at each level
The Simulink Report Generator can be useful to achieve this. Here is the link to the documentation. <http://www.mathworks.com/h...
más de 7 años hace | 0
peak value of gradient magnitude for every pixel of one image
Once you have the gradient magnitude of the 3-D image, you can use the max function on the third dimension. As an example if you...
más de 7 años hace | 0
| aceptada
Change the output name of a sum block programmatically , in simulink
The following MATLAB Answers post talks about this issue and how it can be resolved. <https://www.mathworks.com/matlabcentral...
más de 7 años hace | 0
if <key> is pressed, move <some plotted function> to the right/left
This can be achieved using <https://www.mathworks.com/help/matlab/ref/guidata.html guidata> function which allows to share data...
más de 7 años hace | 0
Why did I get License Manager Error -83
I was able to find a similar MATLAB Answers post that talks about the same error message. Here is the link to that post. <https...
más de 7 años hace | 0
How to use activex to search Word documents for a phrase and delete the document?
You can use the 'Word.Selection.Find.Execute' function to find a keyword and then use the <https://www.mathworks.com/help/matla...
más de 7 años hace | 1
Formatting and plotting downloaded data
This can be achieved by using <https://www.mathworks.com/help/matlab/low-level-file-i-o.html Low-Level File I/O> functions like ...
más de 7 años hace | 0
How do I continuously plot a graph using the timer function?
Once you have the timer object setup which calls a function at every timer period, in that function you can update the 'XData' a...
casi 8 años hace | 0
How can I change the slope of a line on a GUI real time (with mouse)?
You can achieve this behavior by combining a few things. You can use the 'WindowButtonDownFcn' and 'WindowButtonUpFcn' callbacks...
casi 8 años hace | 1
How to create a vector where the first element has a different formula to the rest of the vector?
To set the first element of MXINcum to be the copy of the first element in MXINret, you can do. MXINcum(1) = MXINret(1); ...
casi 8 años hace | 0
| aceptada
Property Validation fails due to assignment issues.
The documentation page of <https://www.mathworks.com/help/matlab/matlab_oop/property-validator-functions.html Property Validatio...
casi 8 años hace | 1
How do I recover old command history from backup?
There is a MATLAB Answers post which talks more about this. Here is the <https://www.mathworks.com/matlabcentral/answers/97504-h...
casi 8 años hace | 0
How to make MATLAB detect keyboard stroke?
There are a couple of ways to achieve this. You can use the <https://www.mathworks.com/help/matlab/ref/figure-properties.html#pr...
casi 8 años hace | 7
| aceptada
How to create a netCDF file with a Multidimensional Variable in MATLAB?
Here is a MATLAB Answers post that talks about a matrix can be written to a NC file. Here is the <https://www.mathworks.com/matl...
casi 8 años hace | 1
| aceptada
Printing on A3 paper to true scale
Here is a <https://www.mathworks.com/matlabcentral/answers/97397-how-do-i-print-a-figure-such-that-the-printout-has-the-true-sca...
casi 8 años hace | 0
Interactive plot using impoint
The documentation page on <https://www.mathworks.com/help/images/ref/imroi.html#addnewposcbk addNewPositionCallback> mentions th...
casi 8 años hace | 0
| aceptada
ncread error could not open to read
I was able to get the same error message. Try to remove the first '/' from the filename passed as input argument to the 'ncread'...
casi 8 años hace | 1
How to create Generic CTF component for MPS from command line?
The following documentation page has this syntax. <https://www.mathworks.com/help/mps/ml_code/mcc.html>
casi 8 años hace | 1
Erroneous input into the allcomb function
The issue is occurring due to the fact that the function takes in multiple <https://www.mathworks.com/help/matlab/matlab_prog/cr...
casi 8 años hace | 0
How to call user defined cost function through MATLAB GUI?
It looks like the function PSOcodeRTDA needs a <https://www.mathworks.com/help/matlab/function-handles.html function handle> as ...
casi 8 años hace | 0
| aceptada
How to split up a large dataset into separate sub-datasets?
The low level file I/O functions in MATLAB can be useful to achieve this. You can use <https://www.mathworks.com/help/matlab/re...
casi 8 años hace | 0
| aceptada