![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/23336425_1627287585575_DEF.jpg)
Niranjan Sundararajan
Followers: 0 Following: 0
Learning MATLAB and Simulink along the way :)
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Deep Learning Toolbox, Computer Vision Toolbox
Statistik
0 Fragen
13 Antworten
RANG
3.047
of 297.016
REPUTATION
18
BEITRÄGE
0 Fragen
13 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
3
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Is it possible to 3D print a 3D function plotted in Matlab?
stlwrite - write ASCII or Binary STL files - File Exchange - MATLAB Central (mathworks.com) Not an official implementation of s...
mehr als ein Jahr vor | 0
How to use ginput to select points from existing plot
You can try smoothing the plot using maybe gaussian smoothing and then use the smoothed values to determine the local minimums. ...
mehr als ein Jahr vor | 0
Reactivating MATLAB Home after OS reinstall
The algorithm for determining the license is not publically disclosed. However, it seems likely that it should recognize it as t...
mehr als ein Jahr vor | 0
| akzeptiert
multi raster files into netcdf4
Hey there, Hope this helps. directory = 'path_to_directory'; fileList = dir(fullfile(directory, '*.tif')); %assuming .tif fi...
mehr als ein Jahr vor | 1
| akzeptiert
loadlibrary function error "failed to preprocess"
Got it, I think that the file is not able to process spaces in the function. The directory structure of windows machines is "C:...
mehr als ein Jahr vor | 1
| akzeptiert
How can I fix a vector value inside for loop when a condition is met ?
Hey there, The following code changes will help you fix the angle for the following rounds. You simply check the condition and ...
mehr als ein Jahr vor | 0
Function file with more than one out put and how to use that function file for two different output
Hey there, From what I understand, you are having trouble calculating the first order differential of x^2/2. That is why you ar...
mehr als ein Jahr vor | 1
How to show a signal in simulink model with App designer?
Hey there, The problem may be caused because of the following reasons. Try all of these out, and it should solve the problem. ...
mehr als ein Jahr vor | 0
Error using xlsread (line 129) XLSREAD unable to open file. Error in img_preprocess_serial (line 11) MATLAB:xlsread:FileNotFound
Hey there, This error is outputted when the file you want to read does not exist. Make sure that the file you are reading is co...
mehr als ein Jahr vor | 0
bisection method using matlab
Hey there, What you essentially want to compute is the inverse of the function V(t). To do so in MATLAB, you can use the fzero ...
mehr als ein Jahr vor | 0
Output argument "objectivefunction" (and maybe others) not assigned during call to "coba.nilaiobjectivefunction". How To Solve this error?
Hey there, There are a few possible reasons why you could be getting this error. The most common ones are: The function "coba....
mehr als ein Jahr vor | 0
transmission zeros and poles
Hey there, I believe you are getting an error since you are trying to horizontally concatenate a square matrix ( zeros(k) will ...
mehr als ein Jahr vor | 0
connect the points of my plot
Rather than plotting values individually using a for loop, you can straight away perform the computations in one step using matr...
mehr als ein Jahr vor | 0