NAFTALI HERSCOVICI
Followers: 0 Following: 0
Statistics
RANK
91,024
of 295,448
REPUTATION
0
CONTRIBUTIONS
12 Questions
6 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Eliminate Nan row in a large matrix
Hello, I have a very large matrix where some elements are Nan. I would like to delete the rows containing the these elements...
2 months ago | 2 answers | 0
2
answersQuestion
How to create 3D contour plot of a set of data consisting of series of points x,y,z with a quantity V(x,yz)?
I have a set of data consisting of coordinates x,y,z and the value of a quantity V at each of these points. like x,y,z,V 1,3,...
2 months ago | 1 answer | 0
1
answerQuestion
Running AutoCAD from MatLAB
Hello, \\trying to run AutoCAD from MATLAB. Tried the code proposed here https://www.mathworks.com/matlabcentral/answers/192...
3 months ago | 0 answers | 0
0
answersQuestion
how to export model coordinates?
Hello, I am running the example spiralInductor. Is there a way to export the geometry for fabrication? Thank you
3 months ago | 1 answer | 0
1
answerMatlab - debugging Fmincon
I already set a breakpoint in the objective function. I already checked and saw that the variables provifded by Fmincon to the o...
3 years ago | 0
| accepted
Matlab - debugging Fmincon
can anyone point me to the location in Fmincon where the gol function is called? I figure if I set a break point I can at le...
3 years ago | 0
Question
Matlab - debugging Fmincon
Hello, I am trying to use fmincon. For some reason the variables provided to the routine that calculates the goal function are ...
3 years ago | 3 answers | 0
3
answersneed to read a mixed csv file
Following question: I was trying to update the file (for now just writing to another file) with data(1,99)=textscan('gaga','%s...
3 years ago | 0
Question
need to read a mixed csv file
I would like to read the csv file attached and generate the following variables MAIN_FOLDER ="V:\OPTIMIZATION_DEPOT\AntGod\" ...
3 years ago | 3 answers | 0
3
answersQuestion
read/write csv file
Hello, Is it possible to read a specific range1 in a csv file AND write a specific range2 in the same file WITHOUT altering ...
3 years ago | 1 answer | 0
1
answerQuestion
convert an empty cell to a string
Hello, I have this cell A={[NaN]} that I need to convert it into a string Any ideas? Thanks
3 years ago | 1 answer | 0
1
answerQuestion
How to write time stamp to a specific cell in csv file
I have a csv file that I read and write to it. I need to "stamp" the date and time last accessed. Couldn't find a simple examp...
3 years ago | 1 answer | 0
1
answerQuestion
how to made a group of mixed type variables available in different routines without using global?
Hello, How to made a group of mixed type of variables available in different routines without using global? Say I have 10 vari...
3 years ago | 0 answers | 0
0
answersallocation of data, column by column
sorry, I just had a spelling error in the larger code that would give me the error . now it works just fine. I appologize for t...
3 years ago | 0
Question
allocation of data, column by column
Hello, I am reading several csv files, each having 2 columns (and X-column and Y-column) with an equal number of rows I woul...
3 years ago | 1 answer | 0
1
answerQuestion
how to kill a process from Matlab
Hello, I need to unload Ansys's HFSS from memory from Matlab. I am able to close the project file using invoke(oDesktop,'Clos...
3 years ago | 5 answers | 0