Community Profile

photo

Christophe


ARAMCO Fuel Reseach Center

Last seen: 7 days ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Remove for-loop by using cellfun
var_name = {'A','B','C'}; for i=1:length(var_name) eval([cell2mat(var_names(i)) '=zeros(10,1);']) end How c...

10 years ago | 4 answers | 0

4

answers

Question


How can I change a quotation mark in a text string readed from an excel sheet ?
In an excel sheet, I have this string : Pression d'injection I want to change the quotation mark ' with a double quotation mark...

10 years ago | 2 answers | 0

2

answers