Himanshi Rani
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
289,244
of 295,527
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Error using LTSpice2Matlab function
I am using the LTSpice2Matlab function to extract the values of some variables and use them in Matlab. The command: data= LTs...
6 years ago | 0 answers | 0
0
answersQuestion
Error: The variable in a parfor cannot be classified.
parfor t=0.1:0.1:v m=round(0.1*t); J= (phi(m))^2*exp(-1/phi(m)); k=J*sigma/q; Vg=v-t; Ve= V*(1-exp(-k*...
7 years ago | 1 answer | 0
1
answerQuestion
Finding the exponential of a very small number
Hi I wish to find the exact exponential of numbers in the range of 10^-23. Matlab gives me the answer as 1 for exp(3.52839365...
7 years ago | 4 answers | 0
4
answersQuestion
Error using ==> fprintf Function is not defined for 'cell' inputs.
Hi, I am working with Tables as shown : count EndNodes Weight _____ ___________________...
7 years ago | 1 answer | 0
1
answerQuestion
Printing NetList on Notepad in a proper format
Hi, I have generated a SPICE NetList as a 4 column table in Matlab. When I print it to a text file using 'writetable' command,th...
7 years ago | 1 answer | 0
1
answerQuestion
Intersection of two line segments
I have two lines L1 :[x1 x2],[y1 y2] and L2: [x3 x4],[y3 y4]. I need to find their intersection. Is there any builtin matlab f...
7 years ago | 2 answers | 0
2
answersQuestion
Finding columns in a cell array containing finite elements
Hi, I have a m*n cell array containing x and y coordinates , suppose K is a 3*2 cell array as follows: K= [Inf] [1x2 dou...
7 years ago | 1 answer | 0
1
answerQuestion
Creating lines of a random orientation and unit length in matlab
I want to create a line between two points start:(x1,y1) and end:(x2,y2) where the coordinates x1,y1,x2,y2 are sampled randomly ...
7 years ago | 1 answer | 0
1
answerQuestion
How do I create datastore class interactively?
I have a folder of spreadsheet files containing three subfolders. I am using datastore to read the data from the spreadsheets. ...
7 years ago | 2 answers | 0