photo

Vinai Datta Thatiparthi

Last seen: 12 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Knowledgeable Level 4
  • 3 Month Streak
  • Revival Level 1
  • First Answer
  • CUP Challenge Master
  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Replacing cell values based on reference file
Hi Abin, .."I will need to replace the cell values to '0' based on the reference matrix"... From your description, it's uncl...

mehr als 3 Jahre vor | 0

Beantwortet
stereo camera calibration error
Hi, I noticed a similar discussion on the forum that could be relevant to solving the error that you're reporting: LINK to M...

mehr als 3 Jahre vor | 0

Beantwortet
When I try to run program it shows "Unrecognized function or variable 'loadcase'."
Hi Ashwin, "loadcase" doesn't appear to be a MATLAB functionality. On line# 5, MATLAB isn't able to catch the definition of "l...

mehr als 3 Jahre vor | 0

Beantwortet
pixel size of the image in matlab different from that of original pixel size
Hi Sai, The image that you've shared on the community, I've also noticed that it's size is 500x500x3. Even in the properties o...

mehr als 3 Jahre vor | 0

Beantwortet
matlab 2016a 업데이트 오류
Hi, These MATLAB Answers links may be of help to you: MATLAB Answer on "Installation stuck at 99%" MATLAB Answer on "MATLAB ...

fast 4 Jahre vor | 0

Beantwortet
Coarsening a 2D or 3D grid in Matlab
Hi Sai, "..each pixel in the new array is an average of 3x3 pixels in the old array.." Use the conv2 function: inputData =...

fast 4 Jahre vor | 0

Beantwortet
Adding legend to geoglobe with several geoplot3 lines
Hey Julian, MATLAB at present does not support adding legends to geoglobe. I noticed that this request was already brought to ...

fast 4 Jahre vor | 1

| akzeptiert

Beantwortet
Save scatter3 plot as u3d or other rotatable figure suitable for pdf
Hey, Have a look at this MATLAB Answer. Hope this helps!

fast 4 Jahre vor | 0

Beantwortet
Still having installation problems.
Hey Fred, Have a look at these other MATLAB Answers posted on the community: MATLAB Answer by Staff MATLAB Answer on Install...

fast 4 Jahre vor | 0

Beantwortet
스케일 된 값으로 이미지 저장을 하려면 어떻게 해야하나요?
Hey, Use the imagesc function to display an image with scaled colors. data = rand(20); imagesc(data,'CDataMapping','scaled')...

fast 4 Jahre vor | 0

Beantwortet
I am trying to interpolate data from a data set. each data point depends on two variables. I wish to interpolate data inbetween them but not sure which function to use.
Hey Tania, Since you have 2 independent variables, the scenario that you describe seems to be a curve-fitting problem. Based o...

fast 4 Jahre vor | 0

Beantwortet
Seven segment LED display
Hey! "Allow the user to enter an integer..." and "...user to exit the program.." Use the input function to request input fro...

fast 4 Jahre vor | 1

Beantwortet
The interpretation of the error
Hey Zeynab, Since you haven't shared the code with us, I guess the main reason why you're getting the error is because of a re...

fast 4 Jahre vor | 0

Beantwortet
Classificaiton Learner App: shortens variable names?
Hey Sam, The variable name that can be seen in the snapshot you provided does not seem to be a valid variable name in MATLAB. ...

fast 4 Jahre vor | 0

Beantwortet
Lines for the region of interest.
Hey! Suppose, the image dimensions are [w h] and the image center is at (p,q) [with general considerations}. "How do I plo...

fast 4 Jahre vor | 0

Beantwortet
How to get the distance from an image ?
Hi Lin, "How to get the center point?" From the question, it isn't very clear how you define the the image. Have a look at th...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
Exporting a Mesh Plot
Hey Pranaya, These are some of the workarounds to do this: MATLAB Answer on using U3D extension MATLAB Answer on using the ...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
Error :Index exceeds the number of array elements (1). while generating code for pretrained imported deep neural network
Hey Sruthi, Firstly, it would definitely help if you shared the entire error that you get, and at which stage of your workflo...

fast 4 Jahre vor | 0

| akzeptiert

Beantwortet
What does "can't create output file" mean while unzipping install folder?
Hey Stefano, These MATLAB Answers may be of help to you: Answer by MathWorks Support Answer on "Can't create Output file"...

fast 4 Jahre vor | 0

Beantwortet
Acquiring blocks of data
Hey Ahmed, Firstly, since your output should be a collection of arrays of different values and dimensions, using cell arrays i...

etwa 4 Jahre vor | 0

| akzeptiert

Beantwortet
Joining txt cells from different matrices
Hey Laura, From your description of the question, I've tried to replicate the scenario with a bunch of simpler matrices. Have ...

etwa 4 Jahre vor | 0

Beantwortet
converting multiple file of 4D to 3D files
Hey Hanisah, As mentioned by @Rik, iterate through the collection of 4D matrices to get your 3D values. For example, for i ...

etwa 4 Jahre vor | 1

| akzeptiert

Beantwortet
When I am running matlab install file, an error occur.
Hey Jacinto, Please have a look at the MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/515687-missing-file-erro...

etwa 4 Jahre vor | 0

Beantwortet
how to make a truth table in matlab
Hello Shehab, Since you've not mentioned your exact requirement, here are some MathWorks Documentation links that might be of ...

etwa 4 Jahre vor | 0

Beantwortet
Error code: -7:The installer didn't work properly
Hello, This post on the MATLAB Answers forum might be of help to you: Why do I receive License Manager Error -7 Hope this ...

etwa 4 Jahre vor | 0

Beantwortet
come risolvo license error 9
Hey Marco, These 2 links may be of help to you: https://www.mathworks.com/matlabcentral/answers/99067-why-do-i-receive-licens...

etwa 4 Jahre vor | 0

Beantwortet
How to play dial tones based on user input?
Hey, A few ideas that could help you: A simple way would be to use multiple if-else statements or switch cases within the for...

etwa 4 Jahre vor | 0

Beantwortet
오류 코드: -6
Hi, Please follow the instructions mentioned on this MATLAB Answers post to rectify your issue: https://www.mathworks.com/matl...

etwa 4 Jahre vor | 0

Beantwortet
How to find letters indicating significant differences at alpha=0.05?
Hey Abhishek, As mentioned by @Rik, use the text function to get the desired outputs. Here are some links to other discussio...

etwa 4 Jahre vor | 0

Beantwortet
The legend box in plot has no colors
Hey Arihant, Although I'm unable to reproduce the error that you mention at my end, I have noticed a few instances where other...

etwa 4 Jahre vor | 1

Mehr laden