Niranjan Sundararajan
Followers: 0 Following: 0
Learning MATLAB and Simulink along the way :)
Programming Languages:
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Deep Learning Toolbox, Computer Vision Toolbox
Python, C++, C, Java, MATLAB
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
Deep Learning Toolbox, Computer Vision Toolbox
統計
MATLAB Answers
0 質問
13 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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...
1年以上 前 | 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. ...
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. ...
1年以上 前 | 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...
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...
1年以上 前 | 0
| 採用済み
回答済み
multi raster files into netcdf4
Hey there, Hope this helps. directory = 'path_to_directory'; fileList = dir(fullfile(directory, '*.tif')); %assuming .tif fi...
multi raster files into netcdf4
Hey there, Hope this helps. directory = 'path_to_directory'; fileList = dir(fullfile(directory, '*.tif')); %assuming .tif fi...
1年以上 前 | 1
| 採用済み
回答済み
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:...
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:...
1年以上 前 | 1
| 採用済み
回答済み
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 ...
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 ...
1年以上 前 | 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...
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...
1年以上 前 | 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. ...
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. ...
1年以上 前 | 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...
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...
1年以上 前 | 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 ...
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 ...
1年以上 前 | 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....
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....
1年以上 前 | 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 ...
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 ...
1年以上 前 | 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...
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...
1年以上 前 | 0