matlab - Concatenate sub-cell items of a cell array avoiding for loop -


मेरे पास एक सेल मैट्रिक्स सी है

  a = {{'a'} {' Aa ',' aaa ',' aaa '}} b = {{' b '} {' बीबी ',' बीबीबी ',' बीबीबीबी '}} सी {1} = ए; सी {2} = बी; C = {1x2 सेल} {1x2 सेल}  

मैं सी के उप-कोशिकाओं को जोड़ना चाहते हैं और उन्हें सेल मैट्रिक्स डी में संग्रहीत करना चाहते हैं। अधिक विशेष रूप से, मुझे d {i} = [c {i} {1} c {i} {2}} चाहिए क्या हम ऐसा कर सकते हैं बिना मैटलब फ़ंक्शन जैसे पाश के निर्माण के लाभ के लिए < कोड> सेलफ़न ?

धन्यवाद।


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -